Shades of Dark Orchid #841EAF
Tints of Dark Orchid #841EAF
RGB
CMYK
RGB Variations
Color information
#841EAF (or 0x841EAF) is known color: Dark Orchid. HEX triplet: 84, 1E and AF. RGB value is (132,30,175). Sum of RGB (Red+Green+Blue) = 132+30+175=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #841EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841EAF is #7BE150. Grayscale: #4C4C4C. Windows color (decimal): -8118609 or 11476612. OLE color: 11476612.
HSL color Cylindrical-coordinate representation of color #841EAF: hue angle of 282.21º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841EAF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 30 | 175 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.31 |
| HSL | 282.21º | 0.71% | 0.4% | - |
| HSV(B) | 282.21º | 0.83% | 0.69% | - |
| XYZ | 17.72 | 8.93 | 41.35 | - |
| YUV | 77.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 175 | 0.25 | 0.83 | 0 | 0.31 | 282.21 | 0.71 | 0.4 |
| Hex | 84 | 1E | AF | 19 | 53 | 0 | 1F | 11A | 47 | 28 |
| Octal | 204 | 36 | 257 | 31 | 123 | 0 | 37 | 432 | 107 | 50 |
| Binary | 10000100 | 11110 | 10101111 | 11001 | 1010011 | 0 | 11111 | 100011010 | 1000111 | 101000 |
Color Harmonies of #841EAF
Complementary color
Monochromatic Colors of #841EAF
Black with #841EAF
Text Example
Text Example
White with #841EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EAF; }
p { color: rgb(132,30,175); }
H1.HeaderClassName
{
color: #841EAF;
}
.AnyTagClassName
{
color: #841EAF;
}
</style>
background-color css
<style>
a { background-color: #841EAF; }
a { background-color: rgb(132,30,175); }
div.DivClassName
{
background-color: #841EAF;
}
.BgClassName
{
background-color: #841EAF;
}
</style>
border-color css
<style>
span { border-color: #841EAF; }
span { border-color: rgb(132,30,175); }
td.TdClassName
{
border-color: #841EAF;
}
.TagClassName
{
border-color: #841EAF;
}
</style>