Shades of Dark Orchid #8436CC
Tints of Dark Orchid #8436CC
RGB
CMYK
RGB Variations
Color information
#8436CC (or 0x8436CC) is known color: Dark Orchid. HEX triplet: 84, 36 and CC. RGB value is (132,54,204). Sum of RGB (Red+Green+Blue) = 132+54+204=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #8436CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436CC is #7BC933. Grayscale: #5D5D5D. Windows color (decimal): -8112436 or 13383300. OLE color: 13383300.
HSL color Cylindrical-coordinate representation of color #8436CC: hue angle of 271.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8436CC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 54 | 204 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.2 |
| HSL | 271.2º | 0.6% | 0.51% | - |
| HSV(B) | 271.2º | 0.74% | 0.8% | - |
| XYZ | 21.73 | 11.9 | 58.28 | - |
| YUV | 94.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 204 | 0.35 | 0.74 | 0 | 0.2 | 271.2 | 0.6 | 0.51 |
| Hex | 84 | 36 | CC | 23 | 4A | 0 | 14 | 10F | 3C | 33 |
| Octal | 204 | 66 | 314 | 43 | 112 | 0 | 24 | 417 | 74 | 63 |
| Binary | 10000100 | 110110 | 11001100 | 100011 | 1001010 | 0 | 10100 | 100001111 | 111100 | 110011 |
Color Harmonies of #8436CC
Complementary color
Monochromatic Colors of #8436CC
Black with #8436CC
Text Example
Text Example
White with #8436CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436CC; }
p { color: rgb(132,54,204); }
H1.HeaderClassName
{
color: #8436CC;
}
.AnyTagClassName
{
color: #8436CC;
}
</style>
background-color css
<style>
a { background-color: #8436CC; }
a { background-color: rgb(132,54,204); }
div.DivClassName
{
background-color: #8436CC;
}
.BgClassName
{
background-color: #8436CC;
}
</style>
border-color css
<style>
span { border-color: #8436CC; }
span { border-color: rgb(132,54,204); }
td.TdClassName
{
border-color: #8436CC;
}
.TagClassName
{
border-color: #8436CC;
}
</style>