Shades of Dark Orchid #9822CB
Tints of Dark Orchid #9822CB
RGB
CMYK
RGB Variations
Color information
#9822CB (or 0x9822CB) is known color: Dark Orchid. HEX triplet: 98, 22 and CB. RGB value is (152,34,203). Sum of RGB (Red+Green+Blue) = 152+34+203=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #9822CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9822CB is #67DD34. Grayscale: #575757. Windows color (decimal): -6806837 or 13312664. OLE color: 13312664.
HSL color Cylindrical-coordinate representation of color #9822CB: hue angle of 281.89º 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 #9822CB is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 34 | 203 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.20 |
| HSL | 281.89º | 0.71% | 0.46% | - |
| HSV(B) | 281.89º | 0.83% | 0.8% | - |
| XYZ | 24.3 | 12.13 | 57.56 | - |
| YUV | 88.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 203 | 0.25 | 0.83 | 0 | 0.20 | 281.89 | 0.71 | 0.46 |
| Hex | 98 | 22 | CB | 19 | 53 | 0 | 14 | 11A | 47 | 2E |
| Octal | 230 | 42 | 313 | 31 | 123 | 0 | 24 | 432 | 107 | 56 |
| Binary | 10011000 | 100010 | 11001011 | 11001 | 1010011 | 0 | 10100 | 100011010 | 1000111 | 101110 |
Color Harmonies of #9822CB
Complementary color
Monochromatic Colors of #9822CB
Black with #9822CB
Text Example
Text Example
White with #9822CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9822CB; }
p { color: rgb(152,34,203); }
H1.HeaderClassName
{
color: #9822CB;
}
.AnyTagClassName
{
color: #9822CB;
}
</style>
background-color css
<style>
a { background-color: #9822CB; }
a { background-color: rgb(152,34,203); }
div.DivClassName
{
background-color: #9822CB;
}
.BgClassName
{
background-color: #9822CB;
}
</style>
border-color css
<style>
span { border-color: #9822CB; }
span { border-color: rgb(152,34,203); }
td.TdClassName
{
border-color: #9822CB;
}
.TagClassName
{
border-color: #9822CB;
}
</style>