Shades of Dark Orchid #8827CB
Tints of Dark Orchid #8827CB
RGB
CMYK
RGB Variations
Color information
#8827CB (or 0x8827CB) is known color: Dark Orchid. HEX triplet: 88, 27 and CB. RGB value is (136,39,203). Sum of RGB (Red+Green+Blue) = 136+39+203=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #8827CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827CB is #77D834. Grayscale: #565656. Windows color (decimal): -7854133 or 13313928. OLE color: 13313928.
HSL color Cylindrical-coordinate representation of color #8827CB: hue angle of 275.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8827CB is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 39 | 203 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.20 |
| HSL | 275.49º | 0.68% | 0.47% | - |
| HSV(B) | 275.49º | 0.81% | 0.8% | - |
| XYZ | 21.66 | 11 | 57.48 | - |
| YUV | 86.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 203 | 0.33 | 0.81 | 0 | 0.20 | 275.49 | 0.68 | 0.47 |
| Hex | 88 | 27 | CB | 21 | 51 | 0 | 14 | 113 | 44 | 2F |
| Octal | 210 | 47 | 313 | 41 | 121 | 0 | 24 | 423 | 104 | 57 |
| Binary | 10001000 | 100111 | 11001011 | 100001 | 1010001 | 0 | 10100 | 100010011 | 1000100 | 101111 |
Color Harmonies of #8827CB
Complementary color
Monochromatic Colors of #8827CB
Black with #8827CB
Text Example
Text Example
White with #8827CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827CB; }
p { color: rgb(136,39,203); }
H1.HeaderClassName
{
color: #8827CB;
}
.AnyTagClassName
{
color: #8827CB;
}
</style>
background-color css
<style>
a { background-color: #8827CB; }
a { background-color: rgb(136,39,203); }
div.DivClassName
{
background-color: #8827CB;
}
.BgClassName
{
background-color: #8827CB;
}
</style>
border-color css
<style>
span { border-color: #8827CB; }
span { border-color: rgb(136,39,203); }
td.TdClassName
{
border-color: #8827CB;
}
.TagClassName
{
border-color: #8827CB;
}
</style>