Shades of Dark Violet #810CDE
Tints of Dark Violet #810CDE
RGB
CMYK
RGB Variations
Color information
#810CDE (or 0x810CDE) is known color: Dark Violet. HEX triplet: 81, 0C and DE. RGB value is (129,12,222). Sum of RGB (Red+Green+Blue) = 129+12+222=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #810CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CDE is #7EF321. Grayscale: #464646. Windows color (decimal): -8319778 or 14552193. OLE color: 14552193.
HSL color Cylindrical-coordinate representation of color #810CDE: hue angle of 273.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CDE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 12 | 222 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.43º | 0.9% | 0.46% | - |
| HSV(B) | 273.43º | 0.95% | 0.87% | - |
| XYZ | 22.37 | 10.2 | 69.9 | - |
| YUV | 70.92 | 213.26 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 222 | 0.42 | 0.95 | 0 | 0.13 | 273.43 | 0.9 | 0.46 |
| Hex | 81 | C | DE | 2A | 5F | 0 | D | 111 | 5A | 2E |
| Octal | 201 | 14 | 336 | 52 | 137 | 0 | 15 | 421 | 132 | 56 |
| Binary | 10000001 | 1100 | 11011110 | 101010 | 1011111 | 0 | 1101 | 100010001 | 1011010 | 101110 |
Color Harmonies of #810CDE
Complementary color
Monochromatic Colors of #810CDE
Black with #810CDE
Text Example
Text Example
White with #810CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CDE; }
p { color: rgb(129,12,222); }
H1.HeaderClassName
{
color: #810CDE;
}
.AnyTagClassName
{
color: #810CDE;
}
</style>
background-color css
<style>
a { background-color: #810CDE; }
a { background-color: rgb(129,12,222); }
div.DivClassName
{
background-color: #810CDE;
}
.BgClassName
{
background-color: #810CDE;
}
</style>
border-color css
<style>
span { border-color: #810CDE; }
span { border-color: rgb(129,12,222); }
td.TdClassName
{
border-color: #810CDE;
}
.TagClassName
{
border-color: #810CDE;
}
</style>