Shades of Dark Violet #8912CC
Tints of Dark Violet #8912CC
RGB
CMYK
RGB Variations
Color information
#8912CC (or 0x8912CC) is known color: Dark Violet. HEX triplet: 89, 12 and CC. RGB value is (137,18,204). Sum of RGB (Red+Green+Blue) = 137+18+204=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #8912CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912CC is #76ED33. Grayscale: #4A4A4A. Windows color (decimal): -7793972 or 13374089. OLE color: 13374089.
HSL color Cylindrical-coordinate representation of color #8912CC: hue angle of 278.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8912CC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 18 | 204 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.2 |
| HSL | 278.39º | 0.84% | 0.44% | - |
| HSV(B) | 278.39º | 0.91% | 0.8% | - |
| XYZ | 21.43 | 10.11 | 57.95 | - |
| YUV | 74.79 | 200.92 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 204 | 0.33 | 0.91 | 0 | 0.2 | 278.39 | 0.84 | 0.44 |
| Hex | 89 | 12 | CC | 21 | 5B | 0 | 14 | 116 | 54 | 2C |
| Octal | 211 | 22 | 314 | 41 | 133 | 0 | 24 | 426 | 124 | 54 |
| Binary | 10001001 | 10010 | 11001100 | 100001 | 1011011 | 0 | 10100 | 100010110 | 1010100 | 101100 |
Color Harmonies of #8912CC
Complementary color
Monochromatic Colors of #8912CC
Black with #8912CC
Text Example
Text Example
White with #8912CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912CC; }
p { color: rgb(137,18,204); }
H1.HeaderClassName
{
color: #8912CC;
}
.AnyTagClassName
{
color: #8912CC;
}
</style>
background-color css
<style>
a { background-color: #8912CC; }
a { background-color: rgb(137,18,204); }
div.DivClassName
{
background-color: #8912CC;
}
.BgClassName
{
background-color: #8912CC;
}
</style>
border-color css
<style>
span { border-color: #8912CC; }
span { border-color: rgb(137,18,204); }
td.TdClassName
{
border-color: #8912CC;
}
.TagClassName
{
border-color: #8912CC;
}
</style>