Shades of Dark Violet #8910D3
Tints of Dark Violet #8910D3
RGB
CMYK
RGB Variations
Color information
#8910D3 (or 0x8910D3) is known color: Dark Violet. HEX triplet: 89, 10 and D3. RGB value is (137,16,211). Sum of RGB (Red+Green+Blue) = 137+16+211=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 211 (82.81% from 255 or 57.97% from 364); Max value from RGB is 211 - color contains mainly: blue. Hex color #8910D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8910D3 is #76EF2C. Grayscale: #494949. Windows color (decimal): -7794477 or 13832329. OLE color: 13832329.
HSL color Cylindrical-coordinate representation of color #8910D3: hue angle of 277.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8910D3 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 16 | 211 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.17 |
| HSL | 277.23º | 0.86% | 0.45% | - |
| HSV(B) | 277.23º | 0.92% | 0.83% | - |
| XYZ | 22.26 | 10.39 | 62.46 | - |
| YUV | 74.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 211 | 0.35 | 0.92 | 0 | 0.17 | 277.23 | 0.86 | 0.45 |
| Hex | 89 | 10 | D3 | 23 | 5C | 0 | 11 | 115 | 56 | 2D |
| Octal | 211 | 20 | 323 | 43 | 134 | 0 | 21 | 425 | 126 | 55 |
| Binary | 10001001 | 10000 | 11010011 | 100011 | 1011100 | 0 | 10001 | 100010101 | 1010110 | 101101 |
Color Harmonies of #8910D3
Complementary color
Monochromatic Colors of #8910D3
Black with #8910D3
Text Example
Text Example
White with #8910D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8910D3; }
p { color: rgb(137,16,211); }
H1.HeaderClassName
{
color: #8910D3;
}
.AnyTagClassName
{
color: #8910D3;
}
</style>
background-color css
<style>
a { background-color: #8910D3; }
a { background-color: rgb(137,16,211); }
div.DivClassName
{
background-color: #8910D3;
}
.BgClassName
{
background-color: #8910D3;
}
</style>
border-color css
<style>
span { border-color: #8910D3; }
span { border-color: rgb(137,16,211); }
td.TdClassName
{
border-color: #8910D3;
}
.TagClassName
{
border-color: #8910D3;
}
</style>