Shades of Dark Violet #8918CB
Tints of Dark Violet #8918CB
RGB
CMYK
RGB Variations
Color information
#8918CB (or 0x8918CB) is known color: Dark Violet. HEX triplet: 89, 18 and CB. RGB value is (137,24,203). Sum of RGB (Red+Green+Blue) = 137+24+203=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #8918CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918CB is #76E734. Grayscale: #4D4D4D. Windows color (decimal): -7792437 or 13310089. OLE color: 13310089.
HSL color Cylindrical-coordinate representation of color #8918CB: hue angle of 277.88º degrees, saturation: 0.79, 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 #8918CB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 24 | 203 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.20 |
| HSL | 277.88º | 0.79% | 0.45% | - |
| HSV(B) | 277.88º | 0.88% | 0.8% | - |
| XYZ | 21.42 | 10.28 | 57.36 | - |
| YUV | 78.19 | 198.44 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 203 | 0.33 | 0.88 | 0 | 0.20 | 277.88 | 0.79 | 0.45 |
| Hex | 89 | 18 | CB | 21 | 58 | 0 | 14 | 116 | 4F | 2D |
| Octal | 211 | 30 | 313 | 41 | 130 | 0 | 24 | 426 | 117 | 55 |
| Binary | 10001001 | 11000 | 11001011 | 100001 | 1011000 | 0 | 10100 | 100010110 | 1001111 | 101101 |
Color Harmonies of #8918CB
Complementary color
Monochromatic Colors of #8918CB
Black with #8918CB
Text Example
Text Example
White with #8918CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8918CB; }
p { color: rgb(137,24,203); }
H1.HeaderClassName
{
color: #8918CB;
}
.AnyTagClassName
{
color: #8918CB;
}
</style>
background-color css
<style>
a { background-color: #8918CB; }
a { background-color: rgb(137,24,203); }
div.DivClassName
{
background-color: #8918CB;
}
.BgClassName
{
background-color: #8918CB;
}
</style>
border-color css
<style>
span { border-color: #8918CB; }
span { border-color: rgb(137,24,203); }
td.TdClassName
{
border-color: #8918CB;
}
.TagClassName
{
border-color: #8918CB;
}
</style>