Shades of Dark Violet #8108CA
Tints of Dark Violet #8108CA
RGB
CMYK
RGB Variations
Color information
#8108CA (or 0x8108CA) is known color: Dark Violet. HEX triplet: 81, 08 and CA. RGB value is (129,8,202). Sum of RGB (Red+Green+Blue) = 129+8+202=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #8108CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8108CA is #7EF735. Grayscale: #414141. Windows color (decimal): -8320822 or 13240449. OLE color: 13240449.
HSL color Cylindrical-coordinate representation of color #8108CA: hue angle of 277.42º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8108CA is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 8 | 202 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.21 |
| HSL | 277.42º | 0.92% | 0.41% | - |
| HSV(B) | 277.42º | 0.96% | 0.79% | - |
| XYZ | 19.8 | 9.11 | 56.59 | - |
| YUV | 66.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 202 | 0.36 | 0.96 | 0 | 0.21 | 277.42 | 0.92 | 0.41 |
| Hex | 81 | 8 | CA | 24 | 60 | 0 | 15 | 115 | 5C | 29 |
| Octal | 201 | 10 | 312 | 44 | 140 | 0 | 25 | 425 | 134 | 51 |
| Binary | 10000001 | 1000 | 11001010 | 100100 | 1100000 | 0 | 10101 | 100010101 | 1011100 | 101001 |
Color Harmonies of #8108CA
Complementary color
Monochromatic Colors of #8108CA
Black with #8108CA
Text Example
Text Example
White with #8108CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8108CA; }
p { color: rgb(129,8,202); }
H1.HeaderClassName
{
color: #8108CA;
}
.AnyTagClassName
{
color: #8108CA;
}
</style>
background-color css
<style>
a { background-color: #8108CA; }
a { background-color: rgb(129,8,202); }
div.DivClassName
{
background-color: #8108CA;
}
.BgClassName
{
background-color: #8108CA;
}
</style>
border-color css
<style>
span { border-color: #8108CA; }
span { border-color: rgb(129,8,202); }
td.TdClassName
{
border-color: #8108CA;
}
.TagClassName
{
border-color: #8108CA;
}
</style>