#8912DD

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

Shades of Dark Violet #8912DD

Tints of Dark Violet #8912DD

Color information

#8912DD (or 0x8912DD) is unknown color: approx Dark Violet. HEX triplet: 89, 12 and DD. RGB value is (137,18,221). Sum of RGB (Red+Green+Blue) = 137+18+221=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #8912DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912DD is #76ED22. Grayscale: #4C4C4C. Windows color (decimal): -7793955 or 14488201. OLE color: 14488201.

HSL color Cylindrical-coordinate representation of color #8912DD: hue angle of 275.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8912DD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13718221-
CMYK0.380.9200.13
HSL275.17º84.94%46.86%-
HSV(B)275.17º91.86%86.67%-
XYZ23.5810.9769.28-
YUV76.72209.42170.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 221 (86.72% from 255) = 58.78%
R=36.44%
G=4.79%
B=58.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137182210.380.9200.13275.1784.9446.86
Hex8912DD265C0D113552f
Octal211223354613401542312557
Binary1000100110010110111011001101011100011011000100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8912DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8912DD; }

 p { color: rgb(137,18,221); }

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

<style>
 a { background-color: #8912DD; }

 a { background-color: rgb(137,18,221); }

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

<style>
 span { border-color: #8912DD; }

 span { border-color: rgb(137,18,221); }

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