Shades of Dark Violet #8914CB
Tints of Dark Violet #8914CB
RGB
CMYK
RGB Variations
Color information
#8914CB (or 0x8914CB) is known color: Dark Violet. HEX triplet: 89, 14 and CB. RGB value is (137,20,203). Sum of RGB (Red+Green+Blue) = 137+20+203=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #8914CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914CB is #76EB34. Grayscale: #4B4B4B. Windows color (decimal): -7793461 or 13309065. OLE color: 13309065.
HSL color Cylindrical-coordinate representation of color #8914CB: hue angle of 278.36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8914CB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 20 | 203 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.20 |
| HSL | 278.36º | 0.82% | 0.44% | - |
| HSV(B) | 278.36º | 0.9% | 0.8% | - |
| XYZ | 21.35 | 10.13 | 57.33 | - |
| YUV | 75.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 203 | 0.33 | 0.90 | 0 | 0.20 | 278.36 | 0.82 | 0.44 |
| Hex | 89 | 14 | CB | 21 | 5A | 0 | 14 | 116 | 52 | 2C |
| Octal | 211 | 24 | 313 | 41 | 132 | 0 | 24 | 426 | 122 | 54 |
| Binary | 10001001 | 10100 | 11001011 | 100001 | 1011010 | 0 | 10100 | 100010110 | 1010010 | 101100 |
Color Harmonies of #8914CB
Complementary color
Monochromatic Colors of #8914CB
Black with #8914CB
Text Example
Text Example
White with #8914CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8914CB; }
p { color: rgb(137,20,203); }
H1.HeaderClassName
{
color: #8914CB;
}
.AnyTagClassName
{
color: #8914CB;
}
</style>
background-color css
<style>
a { background-color: #8914CB; }
a { background-color: rgb(137,20,203); }
div.DivClassName
{
background-color: #8914CB;
}
.BgClassName
{
background-color: #8914CB;
}
</style>
border-color css
<style>
span { border-color: #8914CB; }
span { border-color: rgb(137,20,203); }
td.TdClassName
{
border-color: #8914CB;
}
.TagClassName
{
border-color: #8914CB;
}
</style>