Shades of Dark Orchid #8432BB
Tints of Dark Orchid #8432BB
RGB
CMYK
RGB Variations
Color information
#8432BB (or 0x8432BB) is known color: Dark Orchid. HEX triplet: 84, 32 and BB. RGB value is (132,50,187). Sum of RGB (Red+Green+Blue) = 132+50+187=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #8432BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432BB is #7BCD44. Grayscale: #595959. Windows color (decimal): -8113477 or 12268164. OLE color: 12268164.
HSL color Cylindrical-coordinate representation of color #8432BB: hue angle of 275.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8432BB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 50 | 187 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.27 |
| HSL | 275.91º | 0.58% | 0.46% | - |
| HSV(B) | 275.91º | 0.73% | 0.73% | - |
| XYZ | 19.63 | 10.77 | 48.06 | - |
| YUV | 90.14 | 182.67 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 187 | 0.29 | 0.73 | 0 | 0.27 | 275.91 | 0.58 | 0.46 |
| Hex | 84 | 32 | BB | 1D | 49 | 0 | 1B | 114 | 3A | 2E |
| Octal | 204 | 62 | 273 | 35 | 111 | 0 | 33 | 424 | 72 | 56 |
| Binary | 10000100 | 110010 | 10111011 | 11101 | 1001001 | 0 | 11011 | 100010100 | 111010 | 101110 |
Color Harmonies of #8432BB
Complementary color
Monochromatic Colors of #8432BB
Black with #8432BB
Text Example
Text Example
White with #8432BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432BB; }
p { color: rgb(132,50,187); }
H1.HeaderClassName
{
color: #8432BB;
}
.AnyTagClassName
{
color: #8432BB;
}
</style>
background-color css
<style>
a { background-color: #8432BB; }
a { background-color: rgb(132,50,187); }
div.DivClassName
{
background-color: #8432BB;
}
.BgClassName
{
background-color: #8432BB;
}
</style>
border-color css
<style>
span { border-color: #8432BB; }
span { border-color: rgb(132,50,187); }
td.TdClassName
{
border-color: #8432BB;
}
.TagClassName
{
border-color: #8432BB;
}
</style>