Shades of Dark Orchid #8842CE
Tints of Dark Orchid #8842CE
RGB
CMYK
RGB Variations
Color information
#8842CE (or 0x8842CE) is known color: Dark Orchid. HEX triplet: 88, 42 and CE. RGB value is (136,66,206). Sum of RGB (Red+Green+Blue) = 136+66+206=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #8842CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842CE is #77BD31. Grayscale: #666666. Windows color (decimal): -7847218 or 13517448. OLE color: 13517448.
HSL color Cylindrical-coordinate representation of color #8842CE: hue angle of 270º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8842CE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 66 | 206 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.19 |
| HSL | 270º | 0.59% | 0.53% | - |
| HSV(B) | 270º | 0.68% | 0.81% | - |
| XYZ | 23.24 | 13.59 | 59.79 | - |
| YUV | 102.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 206 | 0.34 | 0.68 | 0 | 0.19 | 270 | 0.59 | 0.53 |
| Hex | 88 | 42 | CE | 22 | 44 | 0 | 13 | 10E | 3B | 35 |
| Octal | 210 | 102 | 316 | 42 | 104 | 0 | 23 | 416 | 73 | 65 |
| Binary | 10001000 | 1000010 | 11001110 | 100010 | 1000100 | 0 | 10011 | 100001110 | 111011 | 110101 |
Color Harmonies of #8842CE
Complementary color
Monochromatic Colors of #8842CE
Black with #8842CE
Text Example
Text Example
White with #8842CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8842CE; }
p { color: rgb(136,66,206); }
H1.HeaderClassName
{
color: #8842CE;
}
.AnyTagClassName
{
color: #8842CE;
}
</style>
background-color css
<style>
a { background-color: #8842CE; }
a { background-color: rgb(136,66,206); }
div.DivClassName
{
background-color: #8842CE;
}
.BgClassName
{
background-color: #8842CE;
}
</style>
border-color css
<style>
span { border-color: #8842CE; }
span { border-color: rgb(136,66,206); }
td.TdClassName
{
border-color: #8842CE;
}
.TagClassName
{
border-color: #8842CE;
}
</style>