Shades of Dark Orchid #841AAF
Tints of Dark Orchid #841AAF
RGB
CMYK
RGB Variations
Color information
#841AAF (or 0x841AAF) is known color: Dark Orchid. HEX triplet: 84, 1A and AF. RGB value is (132,26,175). Sum of RGB (Red+Green+Blue) = 132+26+175=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #841AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841AAF is #7BE550. Grayscale: #4A4A4A. Windows color (decimal): -8119633 or 11475588. OLE color: 11475588.
HSL color Cylindrical-coordinate representation of color #841AAF: hue angle of 282.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841AAF is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 26 | 175 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.31 |
| HSL | 282.68º | 0.74% | 0.39% | - |
| HSV(B) | 282.68º | 0.85% | 0.69% | - |
| XYZ | 17.62 | 8.74 | 41.32 | - |
| YUV | 74.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 175 | 0.25 | 0.85 | 0 | 0.31 | 282.68 | 0.74 | 0.39 |
| Hex | 84 | 1A | AF | 19 | 55 | 0 | 1F | 11B | 4A | 27 |
| Octal | 204 | 32 | 257 | 31 | 125 | 0 | 37 | 433 | 112 | 47 |
| Binary | 10000100 | 11010 | 10101111 | 11001 | 1010101 | 0 | 11111 | 100011011 | 1001010 | 100111 |
Color Harmonies of #841AAF
Complementary color
Monochromatic Colors of #841AAF
Black with #841AAF
Text Example
Text Example
White with #841AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841AAF; }
p { color: rgb(132,26,175); }
H1.HeaderClassName
{
color: #841AAF;
}
.AnyTagClassName
{
color: #841AAF;
}
</style>
background-color css
<style>
a { background-color: #841AAF; }
a { background-color: rgb(132,26,175); }
div.DivClassName
{
background-color: #841AAF;
}
.BgClassName
{
background-color: #841AAF;
}
</style>
border-color css
<style>
span { border-color: #841AAF; }
span { border-color: rgb(132,26,175); }
td.TdClassName
{
border-color: #841AAF;
}
.TagClassName
{
border-color: #841AAF;
}
</style>