Shades of Dark Orchid #8432CA
Tints of Dark Orchid #8432CA
RGB
CMYK
RGB Variations
Color information
#8432CA (or 0x8432CA) is known color: Dark Orchid. HEX triplet: 84, 32 and CA. RGB value is (132,50,202). Sum of RGB (Red+Green+Blue) = 132+50+202=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #8432CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432CA is #7BCD35. Grayscale: #5B5B5B. Windows color (decimal): -8113462 or 13251204. OLE color: 13251204.
HSL color Cylindrical-coordinate representation of color #8432CA: hue angle of 272.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8432CA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 50 | 202 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.21 |
| HSL | 272.37º | 0.6% | 0.49% | - |
| HSV(B) | 272.37º | 0.75% | 0.79% | - |
| XYZ | 21.32 | 11.45 | 56.96 | - |
| YUV | 91.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 202 | 0.35 | 0.75 | 0 | 0.21 | 272.37 | 0.6 | 0.49 |
| Hex | 84 | 32 | CA | 23 | 4B | 0 | 15 | 110 | 3C | 31 |
| Octal | 204 | 62 | 312 | 43 | 113 | 0 | 25 | 420 | 74 | 61 |
| Binary | 10000100 | 110010 | 11001010 | 100011 | 1001011 | 0 | 10101 | 100010000 | 111100 | 110001 |
Color Harmonies of #8432CA
Complementary color
Monochromatic Colors of #8432CA
Black with #8432CA
Text Example
Text Example
White with #8432CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432CA; }
p { color: rgb(132,50,202); }
H1.HeaderClassName
{
color: #8432CA;
}
.AnyTagClassName
{
color: #8432CA;
}
</style>
background-color css
<style>
a { background-color: #8432CA; }
a { background-color: rgb(132,50,202); }
div.DivClassName
{
background-color: #8432CA;
}
.BgClassName
{
background-color: #8432CA;
}
</style>
border-color css
<style>
span { border-color: #8432CA; }
span { border-color: rgb(132,50,202); }
td.TdClassName
{
border-color: #8432CA;
}
.TagClassName
{
border-color: #8432CA;
}
</style>