Shades of Dark Violet #8910CE
Tints of Dark Violet #8910CE
RGB
CMYK
RGB Variations
Color information
#8910CE (or 0x8910CE) is known color: Dark Violet. HEX triplet: 89, 10 and CE. RGB value is (137,16,206). Sum of RGB (Red+Green+Blue) = 137+16+206=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #8910CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8910CE is #76EF31. Grayscale: #494949. Windows color (decimal): -7794482 or 13504649. OLE color: 13504649.
HSL color Cylindrical-coordinate representation of color #8910CE: hue angle of 278.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8910CE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 16 | 206 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.19 |
| HSL | 278.21º | 0.86% | 0.44% | - |
| HSV(B) | 278.21º | 0.92% | 0.81% | - |
| XYZ | 21.64 | 10.15 | 59.21 | - |
| YUV | 73.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 206 | 0.33 | 0.92 | 0 | 0.19 | 278.21 | 0.86 | 0.44 |
| Hex | 89 | 10 | CE | 21 | 5C | 0 | 13 | 116 | 56 | 2C |
| Octal | 211 | 20 | 316 | 41 | 134 | 0 | 23 | 426 | 126 | 54 |
| Binary | 10001001 | 10000 | 11001110 | 100001 | 1011100 | 0 | 10011 | 100010110 | 1010110 | 101100 |
Color Harmonies of #8910CE
Complementary color
Monochromatic Colors of #8910CE
Black with #8910CE
Text Example
Text Example
White with #8910CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8910CE; }
p { color: rgb(137,16,206); }
H1.HeaderClassName
{
color: #8910CE;
}
.AnyTagClassName
{
color: #8910CE;
}
</style>
background-color css
<style>
a { background-color: #8910CE; }
a { background-color: rgb(137,16,206); }
div.DivClassName
{
background-color: #8910CE;
}
.BgClassName
{
background-color: #8910CE;
}
</style>
border-color css
<style>
span { border-color: #8910CE; }
span { border-color: rgb(137,16,206); }
td.TdClassName
{
border-color: #8910CE;
}
.TagClassName
{
border-color: #8910CE;
}
</style>