#8916B6

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

Shades of Dark Violet #8916B6

Tints of Dark Violet #8916B6

Color information

#8916B6 (or 0x8916B6) is unknown color: approx Dark Violet. HEX triplet: 89, 16 and B6. RGB value is (137,22,182). Sum of RGB (Red+Green+Blue) = 137+22+182=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #8916B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916B6 is #76E949. Grayscale: #4A4A4A. Windows color (decimal): -7792970 or 11933321. OLE color: 11933321.

HSL color Cylindrical-coordinate representation of color #8916B6: hue angle of 283.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8916B6 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13722182-
CMYK0.250.8800.29
HSL283.12º78.43%40%-
HSV(B)283.12º87.91%71.37%-
XYZ19.059.2745.04-
YUV74.62188.6172.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 182 (71.48% from 255) = 53.37%
R=40.18%
G=6.45%
B=53.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137221820.250.8800.29283.1278.4340
Hex8916B6195801D11b4e28
Octal211262663113003543311650
Binary1000100110110101101101100110110000111011000110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8916B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8916B6; }

 p { color: rgb(137,22,182); }

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

<style>
 a { background-color: #8916B6; }

 a { background-color: rgb(137,22,182); }

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

<style>
 span { border-color: #8916B6; }

 span { border-color: rgb(137,22,182); }

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