Shades of Dark Orchid #8432BA
Tints of Dark Orchid #8432BA
RGB
CMYK
RGB Variations
Color information
#8432BA (or 0x8432BA) is known color: Dark Orchid. HEX triplet: 84, 32 and BA. RGB value is (132,50,186). Sum of RGB (Red+Green+Blue) = 132+50+186=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #8432BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432BA is #7BCD45. Grayscale: #595959. Windows color (decimal): -8113478 or 12202628. OLE color: 12202628.
HSL color Cylindrical-coordinate representation of color #8432BA: hue angle of 276.18º 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 #8432BA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 50 | 186 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.27 |
| HSL | 276.18º | 0.58% | 0.46% | - |
| HSV(B) | 276.18º | 0.73% | 0.73% | - |
| XYZ | 19.52 | 10.73 | 47.5 | - |
| YUV | 90.02 | 182.17 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 186 | 0.29 | 0.73 | 0 | 0.27 | 276.18 | 0.58 | 0.46 |
| Hex | 84 | 32 | BA | 1D | 49 | 0 | 1B | 114 | 3A | 2E |
| Octal | 204 | 62 | 272 | 35 | 111 | 0 | 33 | 424 | 72 | 56 |
| Binary | 10000100 | 110010 | 10111010 | 11101 | 1001001 | 0 | 11011 | 100010100 | 111010 | 101110 |
Color Harmonies of #8432BA
Complementary color
Monochromatic Colors of #8432BA
Black with #8432BA
Text Example
Text Example
White with #8432BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432BA; }
p { color: rgb(132,50,186); }
H1.HeaderClassName
{
color: #8432BA;
}
.AnyTagClassName
{
color: #8432BA;
}
</style>
background-color css
<style>
a { background-color: #8432BA; }
a { background-color: rgb(132,50,186); }
div.DivClassName
{
background-color: #8432BA;
}
.BgClassName
{
background-color: #8432BA;
}
</style>
border-color css
<style>
span { border-color: #8432BA; }
span { border-color: rgb(132,50,186); }
td.TdClassName
{
border-color: #8432BA;
}
.TagClassName
{
border-color: #8432BA;
}
</style>