Shades of Dark Orchid #8436BC
Tints of Dark Orchid #8436BC
RGB
CMYK
RGB Variations
Color information
#8436BC (or 0x8436BC) is known color: Dark Orchid. HEX triplet: 84, 36 and BC. RGB value is (132,54,188). Sum of RGB (Red+Green+Blue) = 132+54+188=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #8436BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436BC is #7BC943. Grayscale: #5C5C5C. Windows color (decimal): -8112452 or 12334724. OLE color: 12334724.
HSL color Cylindrical-coordinate representation of color #8436BC: hue angle of 274.93º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8436BC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 54 | 188 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.26 |
| HSL | 274.93º | 0.55% | 0.47% | - |
| HSV(B) | 274.93º | 0.71% | 0.74% | - |
| XYZ | 19.91 | 11.17 | 48.68 | - |
| YUV | 92.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 188 | 0.30 | 0.71 | 0 | 0.26 | 274.93 | 0.55 | 0.47 |
| Hex | 84 | 36 | BC | 1E | 47 | 0 | 1A | 113 | 37 | 2F |
| Octal | 204 | 66 | 274 | 36 | 107 | 0 | 32 | 423 | 67 | 57 |
| Binary | 10000100 | 110110 | 10111100 | 11110 | 1000111 | 0 | 11010 | 100010011 | 110111 | 101111 |
Color Harmonies of #8436BC
Complementary color
Monochromatic Colors of #8436BC
Black with #8436BC
Text Example
Text Example
White with #8436BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436BC; }
p { color: rgb(132,54,188); }
H1.HeaderClassName
{
color: #8436BC;
}
.AnyTagClassName
{
color: #8436BC;
}
</style>
background-color css
<style>
a { background-color: #8436BC; }
a { background-color: rgb(132,54,188); }
div.DivClassName
{
background-color: #8436BC;
}
.BgClassName
{
background-color: #8436BC;
}
</style>
border-color css
<style>
span { border-color: #8436BC; }
span { border-color: rgb(132,54,188); }
td.TdClassName
{
border-color: #8436BC;
}
.TagClassName
{
border-color: #8436BC;
}
</style>