Shades of Dark Violet #810ADC
Tints of Dark Violet #810ADC
RGB
CMYK
RGB Variations
Color information
#810ADC (or 0x810ADC) is known color: Dark Violet. HEX triplet: 81, 0A and DC. RGB value is (129,10,220). Sum of RGB (Red+Green+Blue) = 129+10+220=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #810ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ADC is #7EF523. Grayscale: #444444. Windows color (decimal): -8320292 or 14420609. OLE color: 14420609.
HSL color Cylindrical-coordinate representation of color #810ADC: hue angle of 274º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810ADC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 10 | 220 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.14 |
| HSL | 274º | 0.91% | 0.45% | - |
| HSV(B) | 274º | 0.95% | 0.86% | - |
| XYZ | 22.08 | 10.05 | 68.49 | - |
| YUV | 69.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 220 | 0.41 | 0.95 | 0 | 0.14 | 274 | 0.91 | 0.45 |
| Hex | 81 | A | DC | 29 | 5F | 0 | E | 112 | 5B | 2D |
| Octal | 201 | 12 | 334 | 51 | 137 | 0 | 16 | 422 | 133 | 55 |
| Binary | 10000001 | 1010 | 11011100 | 101001 | 1011111 | 0 | 1110 | 100010010 | 1011011 | 101101 |
Color Harmonies of #810ADC
Complementary color
Monochromatic Colors of #810ADC
Black with #810ADC
Text Example
Text Example
White with #810ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810ADC; }
p { color: rgb(129,10,220); }
H1.HeaderClassName
{
color: #810ADC;
}
.AnyTagClassName
{
color: #810ADC;
}
</style>
background-color css
<style>
a { background-color: #810ADC; }
a { background-color: rgb(129,10,220); }
div.DivClassName
{
background-color: #810ADC;
}
.BgClassName
{
background-color: #810ADC;
}
</style>
border-color css
<style>
span { border-color: #810ADC; }
span { border-color: rgb(129,10,220); }
td.TdClassName
{
border-color: #810ADC;
}
.TagClassName
{
border-color: #810ADC;
}
</style>