Shades of Dark Orchid #8436CA
Tints of Dark Orchid #8436CA
RGB
CMYK
RGB Variations
Color information
#8436CA (or 0x8436CA) is known color: Dark Orchid. HEX triplet: 84, 36 and CA. RGB value is (132,54,202). Sum of RGB (Red+Green+Blue) = 132+54+202=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #8436CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436CA is #7BC935. Grayscale: #5D5D5D. Windows color (decimal): -8112438 or 13252228. OLE color: 13252228.
HSL color Cylindrical-coordinate representation of color #8436CA: hue angle of 271.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8436CA is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 54 | 202 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.21 |
| HSL | 271.62º | 0.58% | 0.5% | - |
| HSV(B) | 271.62º | 0.73% | 0.79% | - |
| XYZ | 21.5 | 11.81 | 57.02 | - |
| YUV | 94.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 202 | 0.35 | 0.73 | 0 | 0.21 | 271.62 | 0.58 | 0.5 |
| Hex | 84 | 36 | CA | 23 | 49 | 0 | 15 | 110 | 3A | 32 |
| Octal | 204 | 66 | 312 | 43 | 111 | 0 | 25 | 420 | 72 | 62 |
| Binary | 10000100 | 110110 | 11001010 | 100011 | 1001001 | 0 | 10101 | 100010000 | 111010 | 110010 |
Color Harmonies of #8436CA
Complementary color
Monochromatic Colors of #8436CA
Black with #8436CA
Text Example
Text Example
White with #8436CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436CA; }
p { color: rgb(132,54,202); }
H1.HeaderClassName
{
color: #8436CA;
}
.AnyTagClassName
{
color: #8436CA;
}
</style>
background-color css
<style>
a { background-color: #8436CA; }
a { background-color: rgb(132,54,202); }
div.DivClassName
{
background-color: #8436CA;
}
.BgClassName
{
background-color: #8436CA;
}
</style>
border-color css
<style>
span { border-color: #8436CA; }
span { border-color: rgb(132,54,202); }
td.TdClassName
{
border-color: #8436CA;
}
.TagClassName
{
border-color: #8436CA;
}
</style>