Shades of Dark Orchid #8822CB
Tints of Dark Orchid #8822CB
RGB
CMYK
RGB Variations
Color information
#8822CB (or 0x8822CB) is known color: Dark Orchid. HEX triplet: 88, 22 and CB. RGB value is (136,34,203). Sum of RGB (Red+Green+Blue) = 136+34+203=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #8822CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8822CB is #77DD34. Grayscale: #535353. Windows color (decimal): -7855413 or 13312648. OLE color: 13312648.
HSL color Cylindrical-coordinate representation of color #8822CB: hue angle of 276.21º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8822CB is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 34 | 203 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.20 |
| HSL | 276.21º | 0.71% | 0.46% | - |
| HSV(B) | 276.21º | 0.83% | 0.8% | - |
| XYZ | 21.5 | 10.69 | 57.43 | - |
| YUV | 83.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 203 | 0.33 | 0.83 | 0 | 0.20 | 276.21 | 0.71 | 0.46 |
| Hex | 88 | 22 | CB | 21 | 53 | 0 | 14 | 114 | 47 | 2E |
| Octal | 210 | 42 | 313 | 41 | 123 | 0 | 24 | 424 | 107 | 56 |
| Binary | 10001000 | 100010 | 11001011 | 100001 | 1010011 | 0 | 10100 | 100010100 | 1000111 | 101110 |
Color Harmonies of #8822CB
Complementary color
Monochromatic Colors of #8822CB
Black with #8822CB
Text Example
Text Example
White with #8822CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8822CB; }
p { color: rgb(136,34,203); }
H1.HeaderClassName
{
color: #8822CB;
}
.AnyTagClassName
{
color: #8822CB;
}
</style>
background-color css
<style>
a { background-color: #8822CB; }
a { background-color: rgb(136,34,203); }
div.DivClassName
{
background-color: #8822CB;
}
.BgClassName
{
background-color: #8822CB;
}
</style>
border-color css
<style>
span { border-color: #8822CB; }
span { border-color: rgb(136,34,203); }
td.TdClassName
{
border-color: #8822CB;
}
.TagClassName
{
border-color: #8822CB;
}
</style>