#9B08B2

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

Shades of Dark Violet #9B08B2

Tints of Dark Violet #9B08B2

Color information

#9B08B2 (or 0x9B08B2) is unknown color: approx Dark Violet. HEX triplet: 9B, 08 and B2. RGB value is (155,8,178). Sum of RGB (Red+Green+Blue) = 155+8+178=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B08B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B08B2 is #64F74D. Grayscale: #464646. Windows color (decimal): -6616910 or 11667611. OLE color: 11667611.

HSL color Cylindrical-coordinate representation of color #9B08B2: hue angle of 291.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B08B2 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1558178-
CMYK0.130.9600.30
HSL291.88º91.4%36.47%-
HSV(B)291.88º95.51%69.8%-
XYZ21.6410.3642.98-
YUV71.33188.2187.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 2.35%
BLUE value IS 178 (69.92% from 255) = 52.20%
R=45.45%
G=2.35%
B=52.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15581780.130.9600.30291.8891.436.47
Hex9B8B2D6001E1245b24
Octal233102621514003644413344
Binary10011011100010110010110111000000111101001001001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B08B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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