Shades of Dark Orchid #841DB3
Tints of Dark Orchid #841DB3
RGB
CMYK
RGB Variations
Color information
#841DB3 (or 0x841DB3) is known color: Dark Orchid. HEX triplet: 84, 1D and B3. RGB value is (132,29,179). Sum of RGB (Red+Green+Blue) = 132+29+179=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #841DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DB3 is #7BE24C. Grayscale: #4C4C4C. Windows color (decimal): -8118861 or 11738500. OLE color: 11738500.
HSL color Cylindrical-coordinate representation of color #841DB3: hue angle of 281.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841DB3 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 29 | 179 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.30 |
| HSL | 281.2º | 0.72% | 0.41% | - |
| HSV(B) | 281.2º | 0.84% | 0.7% | - |
| XYZ | 18.09 | 9.04 | 43.44 | - |
| YUV | 76.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 179 | 0.26 | 0.84 | 0 | 0.30 | 281.2 | 0.72 | 0.41 |
| Hex | 84 | 1D | B3 | 1A | 54 | 0 | 1E | 119 | 48 | 29 |
| Octal | 204 | 35 | 263 | 32 | 124 | 0 | 36 | 431 | 110 | 51 |
| Binary | 10000100 | 11101 | 10110011 | 11010 | 1010100 | 0 | 11110 | 100011001 | 1001000 | 101001 |
Color Harmonies of #841DB3
Complementary color
Monochromatic Colors of #841DB3
Black with #841DB3
Text Example
Text Example
White with #841DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DB3; }
p { color: rgb(132,29,179); }
H1.HeaderClassName
{
color: #841DB3;
}
.AnyTagClassName
{
color: #841DB3;
}
</style>
background-color css
<style>
a { background-color: #841DB3; }
a { background-color: rgb(132,29,179); }
div.DivClassName
{
background-color: #841DB3;
}
.BgClassName
{
background-color: #841DB3;
}
</style>
border-color css
<style>
span { border-color: #841DB3; }
span { border-color: rgb(132,29,179); }
td.TdClassName
{
border-color: #841DB3;
}
.TagClassName
{
border-color: #841DB3;
}
</style>