Shades of Dark Orchid #8835CE
Tints of Dark Orchid #8835CE
RGB
CMYK
RGB Variations
Color information
#8835CE (or 0x8835CE) is known color: Dark Orchid. HEX triplet: 88, 35 and CE. RGB value is (136,53,206). Sum of RGB (Red+Green+Blue) = 136+53+206=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #8835CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835CE is #77CA31. Grayscale: #5E5E5E. Windows color (decimal): -7850546 or 13514120. OLE color: 13514120.
HSL color Cylindrical-coordinate representation of color #8835CE: hue angle of 272.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8835CE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 53 | 206 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.19 |
| HSL | 272.55º | 0.61% | 0.51% | - |
| HSV(B) | 272.55º | 0.74% | 0.81% | - |
| XYZ | 22.57 | 12.24 | 59.57 | - |
| YUV | 95.26 | 190.5 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 206 | 0.34 | 0.74 | 0 | 0.19 | 272.55 | 0.61 | 0.51 |
| Hex | 88 | 35 | CE | 22 | 4A | 0 | 13 | 111 | 3D | 33 |
| Octal | 210 | 65 | 316 | 42 | 112 | 0 | 23 | 421 | 75 | 63 |
| Binary | 10001000 | 110101 | 11001110 | 100010 | 1001010 | 0 | 10011 | 100010001 | 111101 | 110011 |
Color Harmonies of #8835CE
Complementary color
Monochromatic Colors of #8835CE
Black with #8835CE
Text Example
Text Example
White with #8835CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835CE; }
p { color: rgb(136,53,206); }
H1.HeaderClassName
{
color: #8835CE;
}
.AnyTagClassName
{
color: #8835CE;
}
</style>
background-color css
<style>
a { background-color: #8835CE; }
a { background-color: rgb(136,53,206); }
div.DivClassName
{
background-color: #8835CE;
}
.BgClassName
{
background-color: #8835CE;
}
</style>
border-color css
<style>
span { border-color: #8835CE; }
span { border-color: rgb(136,53,206); }
td.TdClassName
{
border-color: #8835CE;
}
.TagClassName
{
border-color: #8835CE;
}
</style>