Shades of Dark Orchid #8836C0
Tints of Dark Orchid #8836C0
RGB
CMYK
RGB Variations
Color information
#8836C0 (or 0x8836C0) is known color: Dark Orchid. HEX triplet: 88, 36 and C0. RGB value is (136,54,192). Sum of RGB (Red+Green+Blue) = 136+54+192=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #8836C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836C0 is #77C93F. Grayscale: #5D5D5D. Windows color (decimal): -7850304 or 12596872. OLE color: 12596872.
HSL color Cylindrical-coordinate representation of color #8836C0: hue angle of 275.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8836C0 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 54 | 192 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.25 |
| HSL | 275.65º | 0.56% | 0.48% | - |
| HSV(B) | 275.65º | 0.72% | 0.75% | - |
| XYZ | 20.99 | 11.68 | 51.02 | - |
| YUV | 94.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 192 | 0.29 | 0.72 | 0 | 0.25 | 275.65 | 0.56 | 0.48 |
| Hex | 88 | 36 | C0 | 1D | 48 | 0 | 19 | 114 | 38 | 30 |
| Octal | 210 | 66 | 300 | 35 | 110 | 0 | 31 | 424 | 70 | 60 |
| Binary | 10001000 | 110110 | 11000000 | 11101 | 1001000 | 0 | 11001 | 100010100 | 111000 | 110000 |
Color Harmonies of #8836C0
Complementary color
Monochromatic Colors of #8836C0
Black with #8836C0
Text Example
Text Example
White with #8836C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836C0; }
p { color: rgb(136,54,192); }
H1.HeaderClassName
{
color: #8836C0;
}
.AnyTagClassName
{
color: #8836C0;
}
</style>
background-color css
<style>
a { background-color: #8836C0; }
a { background-color: rgb(136,54,192); }
div.DivClassName
{
background-color: #8836C0;
}
.BgClassName
{
background-color: #8836C0;
}
</style>
border-color css
<style>
span { border-color: #8836C0; }
span { border-color: rgb(136,54,192); }
td.TdClassName
{
border-color: #8836C0;
}
.TagClassName
{
border-color: #8836C0;
}
</style>