Shades of Dark Orchid #812ABC
Tints of Dark Orchid #812ABC
RGB
CMYK
RGB Variations
Color information
#812ABC (or 0x812ABC) is known color: Dark Orchid. HEX triplet: 81, 2A and BC. RGB value is (129,42,188). Sum of RGB (Red+Green+Blue) = 129+42+188=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #812ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ABC is #7ED543. Grayscale: #545454. Windows color (decimal): -8312132 or 12331649. OLE color: 12331649.
HSL color Cylindrical-coordinate representation of color #812ABC: hue angle of 275.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812ABC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 42 | 188 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.26 |
| HSL | 275.75º | 0.63% | 0.45% | - |
| HSV(B) | 275.75º | 0.78% | 0.74% | - |
| XYZ | 18.96 | 9.95 | 48.5 | - |
| YUV | 84.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 188 | 0.31 | 0.78 | 0 | 0.26 | 275.75 | 0.63 | 0.45 |
| Hex | 81 | 2A | BC | 1F | 4E | 0 | 1A | 114 | 3F | 2D |
| Octal | 201 | 52 | 274 | 37 | 116 | 0 | 32 | 424 | 77 | 55 |
| Binary | 10000001 | 101010 | 10111100 | 11111 | 1001110 | 0 | 11010 | 100010100 | 111111 | 101101 |
Color Harmonies of #812ABC
Complementary color
Monochromatic Colors of #812ABC
Black with #812ABC
Text Example
Text Example
White with #812ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812ABC; }
p { color: rgb(129,42,188); }
H1.HeaderClassName
{
color: #812ABC;
}
.AnyTagClassName
{
color: #812ABC;
}
</style>
background-color css
<style>
a { background-color: #812ABC; }
a { background-color: rgb(129,42,188); }
div.DivClassName
{
background-color: #812ABC;
}
.BgClassName
{
background-color: #812ABC;
}
</style>
border-color css
<style>
span { border-color: #812ABC; }
span { border-color: rgb(129,42,188); }
td.TdClassName
{
border-color: #812ABC;
}
.TagClassName
{
border-color: #812ABC;
}
</style>