Shades of Dark Orchid #8833CE
Tints of Dark Orchid #8833CE
RGB
CMYK
RGB Variations
Color information
#8833CE (or 0x8833CE) is known color: Dark Orchid. HEX triplet: 88, 33 and CE. RGB value is (136,51,206). Sum of RGB (Red+Green+Blue) = 136+51+206=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #8833CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833CE is #77CC31. Grayscale: #5D5D5D. Windows color (decimal): -7851058 or 13513608. OLE color: 13513608.
HSL color Cylindrical-coordinate representation of color #8833CE: hue angle of 272.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8833CE is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 51 | 206 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.19 |
| HSL | 272.9º | 0.61% | 0.5% | - |
| HSV(B) | 272.9º | 0.75% | 0.81% | - |
| XYZ | 22.48 | 12.06 | 59.54 | - |
| YUV | 94.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 206 | 0.34 | 0.75 | 0 | 0.19 | 272.9 | 0.61 | 0.5 |
| Hex | 88 | 33 | CE | 22 | 4B | 0 | 13 | 111 | 3D | 32 |
| Octal | 210 | 63 | 316 | 42 | 113 | 0 | 23 | 421 | 75 | 62 |
| Binary | 10001000 | 110011 | 11001110 | 100010 | 1001011 | 0 | 10011 | 100010001 | 111101 | 110010 |
Color Harmonies of #8833CE
Complementary color
Monochromatic Colors of #8833CE
Black with #8833CE
Text Example
Text Example
White with #8833CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833CE; }
p { color: rgb(136,51,206); }
H1.HeaderClassName
{
color: #8833CE;
}
.AnyTagClassName
{
color: #8833CE;
}
</style>
background-color css
<style>
a { background-color: #8833CE; }
a { background-color: rgb(136,51,206); }
div.DivClassName
{
background-color: #8833CE;
}
.BgClassName
{
background-color: #8833CE;
}
</style>
border-color css
<style>
span { border-color: #8833CE; }
span { border-color: rgb(136,51,206); }
td.TdClassName
{
border-color: #8833CE;
}
.TagClassName
{
border-color: #8833CE;
}
</style>