Shades of Dark Orchid #8429BB
Tints of Dark Orchid #8429BB
RGB
CMYK
RGB Variations
Color information
#8429BB (or 0x8429BB) is known color: Dark Orchid. HEX triplet: 84, 29 and BB. RGB value is (132,41,187). Sum of RGB (Red+Green+Blue) = 132+41+187=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #8429BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429BB is #7BD644. Grayscale: #545454. Windows color (decimal): -8115781 or 12265860. OLE color: 12265860.
HSL color Cylindrical-coordinate representation of color #8429BB: hue angle of 277.4º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8429BB is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 41 | 187 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.27 |
| HSL | 277.4º | 0.64% | 0.45% | - |
| HSV(B) | 277.4º | 0.78% | 0.73% | - |
| XYZ | 19.28 | 10.08 | 47.94 | - |
| YUV | 84.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 187 | 0.29 | 0.78 | 0 | 0.27 | 277.4 | 0.64 | 0.45 |
| Hex | 84 | 29 | BB | 1D | 4E | 0 | 1B | 115 | 40 | 2D |
| Octal | 204 | 51 | 273 | 35 | 116 | 0 | 33 | 425 | 100 | 55 |
| Binary | 10000100 | 101001 | 10111011 | 11101 | 1001110 | 0 | 11011 | 100010101 | 1000000 | 101101 |
Color Harmonies of #8429BB
Complementary color
Monochromatic Colors of #8429BB
Black with #8429BB
Text Example
Text Example
White with #8429BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8429BB; }
p { color: rgb(132,41,187); }
H1.HeaderClassName
{
color: #8429BB;
}
.AnyTagClassName
{
color: #8429BB;
}
</style>
background-color css
<style>
a { background-color: #8429BB; }
a { background-color: rgb(132,41,187); }
div.DivClassName
{
background-color: #8429BB;
}
.BgClassName
{
background-color: #8429BB;
}
</style>
border-color css
<style>
span { border-color: #8429BB; }
span { border-color: rgb(132,41,187); }
td.TdClassName
{
border-color: #8429BB;
}
.TagClassName
{
border-color: #8429BB;
}
</style>