Shades of Dark Orchid #8436B2
Tints of Dark Orchid #8436B2
RGB
CMYK
RGB Variations
Color information
#8436B2 (or 0x8436B2) is known color: Dark Orchid. HEX triplet: 84, 36 and B2. RGB value is (132,54,178). Sum of RGB (Red+Green+Blue) = 132+54+178=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #8436B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8436B2 is #7BC94D. Grayscale: #5B5B5B. Windows color (decimal): -8112462 or 11679364. OLE color: 11679364.
HSL color Cylindrical-coordinate representation of color #8436B2: hue angle of 277.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8436B2 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 54 | 178 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.30 |
| HSL | 277.74º | 0.53% | 0.45% | - |
| HSV(B) | 277.74º | 0.7% | 0.7% | - |
| XYZ | 18.87 | 10.76 | 43.2 | - |
| YUV | 91.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 178 | 0.26 | 0.70 | 0 | 0.30 | 277.74 | 0.53 | 0.45 |
| Hex | 84 | 36 | B2 | 1A | 46 | 0 | 1E | 116 | 35 | 2D |
| Octal | 204 | 66 | 262 | 32 | 106 | 0 | 36 | 426 | 65 | 55 |
| Binary | 10000100 | 110110 | 10110010 | 11010 | 1000110 | 0 | 11110 | 100010110 | 110101 | 101101 |
Color Harmonies of #8436B2
Complementary color
Monochromatic Colors of #8436B2
Black with #8436B2
Text Example
Text Example
White with #8436B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436B2; }
p { color: rgb(132,54,178); }
H1.HeaderClassName
{
color: #8436B2;
}
.AnyTagClassName
{
color: #8436B2;
}
</style>
background-color css
<style>
a { background-color: #8436B2; }
a { background-color: rgb(132,54,178); }
div.DivClassName
{
background-color: #8436B2;
}
.BgClassName
{
background-color: #8436B2;
}
</style>
border-color css
<style>
span { border-color: #8436B2; }
span { border-color: rgb(132,54,178); }
td.TdClassName
{
border-color: #8436B2;
}
.TagClassName
{
border-color: #8436B2;
}
</style>