Shades of Dark Orchid #841ABB
Tints of Dark Orchid #841ABB
RGB
CMYK
RGB Variations
Color information
#841ABB (or 0x841ABB) is known color: Dark Orchid. HEX triplet: 84, 1A and BB. RGB value is (132,26,187). Sum of RGB (Red+Green+Blue) = 132+26+187=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #841ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ABB is #7BE544. Grayscale: #4B4B4B. Windows color (decimal): -8119621 or 12262020. OLE color: 12262020.
HSL color Cylindrical-coordinate representation of color #841ABB: hue angle of 279.5º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841ABB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 26 | 187 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.27 |
| HSL | 279.5º | 0.76% | 0.42% | - |
| HSV(B) | 279.5º | 0.86% | 0.73% | - |
| XYZ | 18.85 | 9.23 | 47.8 | - |
| YUV | 76.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 187 | 0.29 | 0.86 | 0 | 0.27 | 279.5 | 0.76 | 0.42 |
| Hex | 84 | 1A | BB | 1D | 56 | 0 | 1B | 118 | 4C | 2A |
| Octal | 204 | 32 | 273 | 35 | 126 | 0 | 33 | 430 | 114 | 52 |
| Binary | 10000100 | 11010 | 10111011 | 11101 | 1010110 | 0 | 11011 | 100011000 | 1001100 | 101010 |
Color Harmonies of #841ABB
Complementary color
Monochromatic Colors of #841ABB
Black with #841ABB
Text Example
Text Example
White with #841ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841ABB; }
p { color: rgb(132,26,187); }
H1.HeaderClassName
{
color: #841ABB;
}
.AnyTagClassName
{
color: #841ABB;
}
</style>
background-color css
<style>
a { background-color: #841ABB; }
a { background-color: rgb(132,26,187); }
div.DivClassName
{
background-color: #841ABB;
}
.BgClassName
{
background-color: #841ABB;
}
</style>
border-color css
<style>
span { border-color: #841ABB; }
span { border-color: rgb(132,26,187); }
td.TdClassName
{
border-color: #841ABB;
}
.TagClassName
{
border-color: #841ABB;
}
</style>