Shades of Dark Violet #8917CB
Tints of Dark Violet #8917CB
RGB
CMYK
RGB Variations
Color information
#8917CB (or 0x8917CB) is known color: Dark Violet. HEX triplet: 89, 17 and CB. RGB value is (137,23,203). Sum of RGB (Red+Green+Blue) = 137+23+203=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #8917CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8917CB is #76E834. Grayscale: #4D4D4D. Windows color (decimal): -7792693 or 13309833. OLE color: 13309833.
HSL color Cylindrical-coordinate representation of color #8917CB: hue angle of 278º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8917CB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 23 | 203 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.20 |
| HSL | 278º | 0.8% | 0.44% | - |
| HSV(B) | 278º | 0.89% | 0.8% | - |
| XYZ | 21.4 | 10.24 | 57.35 | - |
| YUV | 77.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 203 | 0.33 | 0.89 | 0 | 0.20 | 278 | 0.8 | 0.44 |
| Hex | 89 | 17 | CB | 21 | 59 | 0 | 14 | 116 | 50 | 2C |
| Octal | 211 | 27 | 313 | 41 | 131 | 0 | 24 | 426 | 120 | 54 |
| Binary | 10001001 | 10111 | 11001011 | 100001 | 1011001 | 0 | 10100 | 100010110 | 1010000 | 101100 |
Color Harmonies of #8917CB
Complementary color
Monochromatic Colors of #8917CB
Black with #8917CB
Text Example
Text Example
White with #8917CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917CB; }
p { color: rgb(137,23,203); }
H1.HeaderClassName
{
color: #8917CB;
}
.AnyTagClassName
{
color: #8917CB;
}
</style>
background-color css
<style>
a { background-color: #8917CB; }
a { background-color: rgb(137,23,203); }
div.DivClassName
{
background-color: #8917CB;
}
.BgClassName
{
background-color: #8917CB;
}
</style>
border-color css
<style>
span { border-color: #8917CB; }
span { border-color: rgb(137,23,203); }
td.TdClassName
{
border-color: #8917CB;
}
.TagClassName
{
border-color: #8917CB;
}
</style>