Shades of Dark Orchid #841AB9
Tints of Dark Orchid #841AB9
RGB
CMYK
RGB Variations
Color information
#841AB9 (or 0x841AB9) is known color: Dark Orchid. HEX triplet: 84, 1A and B9. RGB value is (132,26,185). Sum of RGB (Red+Green+Blue) = 132+26+185=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #841AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841AB9 is #7BE546. Grayscale: #4B4B4B. Windows color (decimal): -8119623 or 12130948. OLE color: 12130948.
HSL color Cylindrical-coordinate representation of color #841AB9: hue angle of 280º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841AB9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 26 | 185 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.27 |
| HSL | 280º | 0.75% | 0.41% | - |
| HSV(B) | 280º | 0.86% | 0.73% | - |
| XYZ | 18.64 | 9.15 | 46.68 | - |
| YUV | 75.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 185 | 0.29 | 0.86 | 0 | 0.27 | 280 | 0.75 | 0.41 |
| Hex | 84 | 1A | B9 | 1D | 56 | 0 | 1B | 118 | 4B | 29 |
| Octal | 204 | 32 | 271 | 35 | 126 | 0 | 33 | 430 | 113 | 51 |
| Binary | 10000100 | 11010 | 10111001 | 11101 | 1010110 | 0 | 11011 | 100011000 | 1001011 | 101001 |
Color Harmonies of #841AB9
Complementary color
Monochromatic Colors of #841AB9
Black with #841AB9
Text Example
Text Example
White with #841AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841AB9; }
p { color: rgb(132,26,185); }
H1.HeaderClassName
{
color: #841AB9;
}
.AnyTagClassName
{
color: #841AB9;
}
</style>
background-color css
<style>
a { background-color: #841AB9; }
a { background-color: rgb(132,26,185); }
div.DivClassName
{
background-color: #841AB9;
}
.BgClassName
{
background-color: #841AB9;
}
</style>
border-color css
<style>
span { border-color: #841AB9; }
span { border-color: rgb(132,26,185); }
td.TdClassName
{
border-color: #841AB9;
}
.TagClassName
{
border-color: #841AB9;
}
</style>