Shades of Dark Orchid #8842CB
Tints of Dark Orchid #8842CB
RGB
CMYK
RGB Variations
Color information
#8842CB (or 0x8842CB) is known color: Dark Orchid. HEX triplet: 88, 42 and CB. RGB value is (136,66,203). Sum of RGB (Red+Green+Blue) = 136+66+203=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #8842CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842CB is #77BD34. Grayscale: #666666. Windows color (decimal): -7847221 or 13320840. OLE color: 13320840.
HSL color Cylindrical-coordinate representation of color #8842CB: hue angle of 270.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8842CB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 66 | 203 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.20 |
| HSL | 270.66º | 0.57% | 0.53% | - |
| HSV(B) | 270.66º | 0.67% | 0.8% | - |
| XYZ | 22.88 | 13.44 | 57.89 | - |
| YUV | 102.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 203 | 0.33 | 0.67 | 0 | 0.20 | 270.66 | 0.57 | 0.53 |
| Hex | 88 | 42 | CB | 21 | 43 | 0 | 14 | 10F | 39 | 35 |
| Octal | 210 | 102 | 313 | 41 | 103 | 0 | 24 | 417 | 71 | 65 |
| Binary | 10001000 | 1000010 | 11001011 | 100001 | 1000011 | 0 | 10100 | 100001111 | 111001 | 110101 |
Color Harmonies of #8842CB
Complementary color
Monochromatic Colors of #8842CB
Black with #8842CB
Text Example
Text Example
White with #8842CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8842CB; }
p { color: rgb(136,66,203); }
H1.HeaderClassName
{
color: #8842CB;
}
.AnyTagClassName
{
color: #8842CB;
}
</style>
background-color css
<style>
a { background-color: #8842CB; }
a { background-color: rgb(136,66,203); }
div.DivClassName
{
background-color: #8842CB;
}
.BgClassName
{
background-color: #8842CB;
}
</style>
border-color css
<style>
span { border-color: #8842CB; }
span { border-color: rgb(136,66,203); }
td.TdClassName
{
border-color: #8842CB;
}
.TagClassName
{
border-color: #8842CB;
}
</style>