Shades of Dark Violet #8917D1
Tints of Dark Violet #8917D1
RGB
CMYK
RGB Variations
Color information
#8917D1 (or 0x8917D1) is known color: Dark Violet. HEX triplet: 89, 17 and D1. RGB value is (137,23,209). Sum of RGB (Red+Green+Blue) = 137+23+209=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #8917D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8917D1 is #76E82E. Grayscale: #4D4D4D. Windows color (decimal): -7792687 or 13703049. OLE color: 13703049.
HSL color Cylindrical-coordinate representation of color #8917D1: hue angle of 276.77º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8917D1 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 23 | 209 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.18 |
| HSL | 276.77º | 0.8% | 0.45% | - |
| HSV(B) | 276.77º | 0.89% | 0.82% | - |
| XYZ | 22.13 | 10.53 | 61.19 | - |
| YUV | 78.29 | 201.77 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 209 | 0.34 | 0.89 | 0 | 0.18 | 276.77 | 0.8 | 0.45 |
| Hex | 89 | 17 | D1 | 22 | 59 | 0 | 12 | 115 | 50 | 2D |
| Octal | 211 | 27 | 321 | 42 | 131 | 0 | 22 | 425 | 120 | 55 |
| Binary | 10001001 | 10111 | 11010001 | 100010 | 1011001 | 0 | 10010 | 100010101 | 1010000 | 101101 |
Color Harmonies of #8917D1
Complementary color
Monochromatic Colors of #8917D1
Black with #8917D1
Text Example
Text Example
White with #8917D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917D1; }
p { color: rgb(137,23,209); }
H1.HeaderClassName
{
color: #8917D1;
}
.AnyTagClassName
{
color: #8917D1;
}
</style>
background-color css
<style>
a { background-color: #8917D1; }
a { background-color: rgb(137,23,209); }
div.DivClassName
{
background-color: #8917D1;
}
.BgClassName
{
background-color: #8917D1;
}
</style>
border-color css
<style>
span { border-color: #8917D1; }
span { border-color: rgb(137,23,209); }
td.TdClassName
{
border-color: #8917D1;
}
.TagClassName
{
border-color: #8917D1;
}
</style>