Shades of Dark Violet #8911CB
Tints of Dark Violet #8911CB
RGB
CMYK
RGB Variations
Color information
#8911CB (or 0x8911CB) is known color: Dark Violet. HEX triplet: 89, 11 and CB. RGB value is (137,17,203). Sum of RGB (Red+Green+Blue) = 137+17+203=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #8911CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911CB is #76EE34. Grayscale: #494949. Windows color (decimal): -7794229 or 13308297. OLE color: 13308297.
HSL color Cylindrical-coordinate representation of color #8911CB: hue angle of 278.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8911CB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 17 | 203 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.20 |
| HSL | 278.71º | 0.85% | 0.43% | - |
| HSV(B) | 278.71º | 0.92% | 0.8% | - |
| XYZ | 21.3 | 10.03 | 57.31 | - |
| YUV | 74.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 203 | 0.33 | 0.92 | 0 | 0.20 | 278.71 | 0.85 | 0.43 |
| Hex | 89 | 11 | CB | 21 | 5C | 0 | 14 | 117 | 55 | 2B |
| Octal | 211 | 21 | 313 | 41 | 134 | 0 | 24 | 427 | 125 | 53 |
| Binary | 10001001 | 10001 | 11001011 | 100001 | 1011100 | 0 | 10100 | 100010111 | 1010101 | 101011 |
Color Harmonies of #8911CB
Complementary color
Monochromatic Colors of #8911CB
Black with #8911CB
Text Example
Text Example
White with #8911CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911CB; }
p { color: rgb(137,17,203); }
H1.HeaderClassName
{
color: #8911CB;
}
.AnyTagClassName
{
color: #8911CB;
}
</style>
background-color css
<style>
a { background-color: #8911CB; }
a { background-color: rgb(137,17,203); }
div.DivClassName
{
background-color: #8911CB;
}
.BgClassName
{
background-color: #8911CB;
}
</style>
border-color css
<style>
span { border-color: #8911CB; }
span { border-color: rgb(137,17,203); }
td.TdClassName
{
border-color: #8911CB;
}
.TagClassName
{
border-color: #8911CB;
}
</style>