#9B08B1

Color #9B08B1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9B08B1

Tints of Dark Violet #9B08B1

Color information

#9B08B1 (or 0x9B08B1) is unknown color: approx Dark Violet. HEX triplet: 9B, 08 and B1. RGB value is (155,8,177). Sum of RGB (Red+Green+Blue) = 155+8+177=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B08B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B08B1 is #64F74E. Grayscale: #464646. Windows color (decimal): -6616911 or 11602075. OLE color: 11602075.

HSL color Cylindrical-coordinate representation of color #9B08B1: hue angle of 292.19º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B08B1 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1558177-
CMYK0.120.9500.31
HSL292.19º91.35%36.27%-
HSV(B)292.19º95.48%69.41%-
XYZ21.5410.3242.45-
YUV71.22187.7187.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 8 (3.52% from 255) = 2.35%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=45.59%
G=2.35%
B=52.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15581770.120.9500.31292.1991.3536.27
Hex9B8B1C5F01F1245b24
Octal233102611413703744413344
Binary10011011100010110001110010111110111111001001001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B08B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B08B1; }

 p { color: rgb(155,8,177); }

 H1.HeaderClassName
 {
   color: #9B08B1;
 }
 .AnyTagClassName
 {
   color: #9B08B1;
 }
</style>
background-color css

<style>
 a { background-color: #9B08B1; }

 a { background-color: rgb(155,8,177); }

 div.DivClassName
 {
   background-color: #9B08B1;
 }
 .BgClassName
 {
   background-color: #9B08B1;
 }
</style>
border-color css

<style>
 span { border-color: #9B08B1; }

 span { border-color: rgb(155,8,177); }

 td.TdClassName
 {
   border-color: #9B08B1;
 }
 .TagClassName
 {
   border-color: #9B08B1;
 }
</style>