Shades of Dark Orchid #841DAF
Tints of Dark Orchid #841DAF
RGB
CMYK
RGB Variations
Color information
#841DAF (or 0x841DAF) is known color: Dark Orchid. HEX triplet: 84, 1D and AF. RGB value is (132,29,175). Sum of RGB (Red+Green+Blue) = 132+29+175=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #841DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DAF is #7BE250. Grayscale: #4B4B4B. Windows color (decimal): -8118865 or 11476356. OLE color: 11476356.
HSL color Cylindrical-coordinate representation of color #841DAF: hue angle of 282.33º degrees, saturation: 0.72, 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 #841DAF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 29 | 175 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.31 |
| HSL | 282.33º | 0.72% | 0.4% | - |
| HSV(B) | 282.33º | 0.83% | 0.69% | - |
| XYZ | 17.69 | 8.88 | 41.34 | - |
| YUV | 76.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 175 | 0.25 | 0.83 | 0 | 0.31 | 282.33 | 0.72 | 0.4 |
| Hex | 84 | 1D | AF | 19 | 53 | 0 | 1F | 11A | 48 | 28 |
| Octal | 204 | 35 | 257 | 31 | 123 | 0 | 37 | 432 | 110 | 50 |
| Binary | 10000100 | 11101 | 10101111 | 11001 | 1010011 | 0 | 11111 | 100011010 | 1001000 | 101000 |
Color Harmonies of #841DAF
Complementary color
Monochromatic Colors of #841DAF
Black with #841DAF
Text Example
Text Example
White with #841DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DAF; }
p { color: rgb(132,29,175); }
H1.HeaderClassName
{
color: #841DAF;
}
.AnyTagClassName
{
color: #841DAF;
}
</style>
background-color css
<style>
a { background-color: #841DAF; }
a { background-color: rgb(132,29,175); }
div.DivClassName
{
background-color: #841DAF;
}
.BgClassName
{
background-color: #841DAF;
}
</style>
border-color css
<style>
span { border-color: #841DAF; }
span { border-color: rgb(132,29,175); }
td.TdClassName
{
border-color: #841DAF;
}
.TagClassName
{
border-color: #841DAF;
}
</style>