Shades of Dark Orchid #8436CB
Tints of Dark Orchid #8436CB
RGB
CMYK
RGB Variations
Color information
#8436CB (or 0x8436CB) is known color: Dark Orchid. HEX triplet: 84, 36 and CB. RGB value is (132,54,203). Sum of RGB (Red+Green+Blue) = 132+54+203=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8436CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436CB is #7BC934. Grayscale: #5D5D5D. Windows color (decimal): -8112437 or 13317764. OLE color: 13317764.
HSL color Cylindrical-coordinate representation of color #8436CB: hue angle of 271.41º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8436CB is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 54 | 203 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.20 |
| HSL | 271.41º | 0.59% | 0.5% | - |
| HSV(B) | 271.41º | 0.73% | 0.8% | - |
| XYZ | 21.61 | 11.86 | 57.65 | - |
| YUV | 94.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 203 | 0.35 | 0.73 | 0 | 0.20 | 271.41 | 0.59 | 0.5 |
| Hex | 84 | 36 | CB | 23 | 49 | 0 | 14 | 10F | 3B | 32 |
| Octal | 204 | 66 | 313 | 43 | 111 | 0 | 24 | 417 | 73 | 62 |
| Binary | 10000100 | 110110 | 11001011 | 100011 | 1001001 | 0 | 10100 | 100001111 | 111011 | 110010 |
Color Harmonies of #8436CB
Complementary color
Monochromatic Colors of #8436CB
Black with #8436CB
Text Example
Text Example
White with #8436CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436CB; }
p { color: rgb(132,54,203); }
H1.HeaderClassName
{
color: #8436CB;
}
.AnyTagClassName
{
color: #8436CB;
}
</style>
background-color css
<style>
a { background-color: #8436CB; }
a { background-color: rgb(132,54,203); }
div.DivClassName
{
background-color: #8436CB;
}
.BgClassName
{
background-color: #8436CB;
}
</style>
border-color css
<style>
span { border-color: #8436CB; }
span { border-color: rgb(132,54,203); }
td.TdClassName
{
border-color: #8436CB;
}
.TagClassName
{
border-color: #8436CB;
}
</style>