Shades of Dark Violet #8109CE
Tints of Dark Violet #8109CE
RGB
CMYK
RGB Variations
Color information
#8109CE (or 0x8109CE) is known color: Dark Violet. HEX triplet: 81, 09 and CE. RGB value is (129,9,206). Sum of RGB (Red+Green+Blue) = 129+9+206=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #8109CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8109CE is #7EF631. Grayscale: #424242. Windows color (decimal): -8320562 or 13502849. OLE color: 13502849.
HSL color Cylindrical-coordinate representation of color #8109CE: hue angle of 276.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8109CE is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 9 | 206 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.19 |
| HSL | 276.55º | 0.92% | 0.42% | - |
| HSV(B) | 276.55º | 0.96% | 0.81% | - |
| XYZ | 20.29 | 9.32 | 59.12 | - |
| YUV | 67.34 | 206.26 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 206 | 0.37 | 0.96 | 0 | 0.19 | 276.55 | 0.92 | 0.42 |
| Hex | 81 | 9 | CE | 25 | 60 | 0 | 13 | 115 | 5C | 2A |
| Octal | 201 | 11 | 316 | 45 | 140 | 0 | 23 | 425 | 134 | 52 |
| Binary | 10000001 | 1001 | 11001110 | 100101 | 1100000 | 0 | 10011 | 100010101 | 1011100 | 101010 |
Color Harmonies of #8109CE
Complementary color
Monochromatic Colors of #8109CE
Black with #8109CE
Text Example
Text Example
White with #8109CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8109CE; }
p { color: rgb(129,9,206); }
H1.HeaderClassName
{
color: #8109CE;
}
.AnyTagClassName
{
color: #8109CE;
}
</style>
background-color css
<style>
a { background-color: #8109CE; }
a { background-color: rgb(129,9,206); }
div.DivClassName
{
background-color: #8109CE;
}
.BgClassName
{
background-color: #8109CE;
}
</style>
border-color css
<style>
span { border-color: #8109CE; }
span { border-color: rgb(129,9,206); }
td.TdClassName
{
border-color: #8109CE;
}
.TagClassName
{
border-color: #8109CE;
}
</style>