Shades of Dark Violet #8919CC
Tints of Dark Violet #8919CC
RGB
CMYK
RGB Variations
Color information
#8919CC (or 0x8919CC) is known color: Dark Violet. HEX triplet: 89, 19 and CC. RGB value is (137,25,204). Sum of RGB (Red+Green+Blue) = 137+25+204=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #8919CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919CC is #76E633. Grayscale: #4E4E4E. Windows color (decimal): -7792180 or 13375881. OLE color: 13375881.
HSL color Cylindrical-coordinate representation of color #8919CC: hue angle of 277.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8919CC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 25 | 204 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.2 |
| HSL | 277.54º | 0.78% | 0.45% | - |
| HSV(B) | 277.54º | 0.88% | 0.8% | - |
| XYZ | 21.56 | 10.37 | 57.99 | - |
| YUV | 78.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 204 | 0.33 | 0.88 | 0 | 0.2 | 277.54 | 0.78 | 0.45 |
| Hex | 89 | 19 | CC | 21 | 58 | 0 | 14 | 116 | 4E | 2D |
| Octal | 211 | 31 | 314 | 41 | 130 | 0 | 24 | 426 | 116 | 55 |
| Binary | 10001001 | 11001 | 11001100 | 100001 | 1011000 | 0 | 10100 | 100010110 | 1001110 | 101101 |
Color Harmonies of #8919CC
Complementary color
Monochromatic Colors of #8919CC
Black with #8919CC
Text Example
Text Example
White with #8919CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8919CC; }
p { color: rgb(137,25,204); }
H1.HeaderClassName
{
color: #8919CC;
}
.AnyTagClassName
{
color: #8919CC;
}
</style>
background-color css
<style>
a { background-color: #8919CC; }
a { background-color: rgb(137,25,204); }
div.DivClassName
{
background-color: #8919CC;
}
.BgClassName
{
background-color: #8919CC;
}
</style>
border-color css
<style>
span { border-color: #8919CC; }
span { border-color: rgb(137,25,204); }
td.TdClassName
{
border-color: #8919CC;
}
.TagClassName
{
border-color: #8919CC;
}
</style>