Shades of Dark Orchid #9022CB
Tints of Dark Orchid #9022CB
RGB
CMYK
RGB Variations
Color information
#9022CB (or 0x9022CB) is known color: Dark Orchid. HEX triplet: 90, 22 and CB. RGB value is (144,34,203). Sum of RGB (Red+Green+Blue) = 144+34+203=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #9022CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9022CB is #6FDD34. Grayscale: #555555. Windows color (decimal): -7331125 or 13312656. OLE color: 13312656.
HSL color Cylindrical-coordinate representation of color #9022CB: hue angle of 279.05º 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 #9022CB is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 34 | 203 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.20 |
| HSL | 279.05º | 0.71% | 0.46% | - |
| HSV(B) | 279.05º | 0.83% | 0.8% | - |
| XYZ | 22.85 | 11.39 | 57.49 | - |
| YUV | 86.16 | 193.94 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 203 | 0.29 | 0.83 | 0 | 0.20 | 279.05 | 0.71 | 0.46 |
| Hex | 90 | 22 | CB | 1D | 53 | 0 | 14 | 117 | 47 | 2E |
| Octal | 220 | 42 | 313 | 35 | 123 | 0 | 24 | 427 | 107 | 56 |
| Binary | 10010000 | 100010 | 11001011 | 11101 | 1010011 | 0 | 10100 | 100010111 | 1000111 | 101110 |
Color Harmonies of #9022CB
Complementary color
Monochromatic Colors of #9022CB
Black with #9022CB
Text Example
Text Example
White with #9022CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9022CB; }
p { color: rgb(144,34,203); }
H1.HeaderClassName
{
color: #9022CB;
}
.AnyTagClassName
{
color: #9022CB;
}
</style>
background-color css
<style>
a { background-color: #9022CB; }
a { background-color: rgb(144,34,203); }
div.DivClassName
{
background-color: #9022CB;
}
.BgClassName
{
background-color: #9022CB;
}
</style>
border-color css
<style>
span { border-color: #9022CB; }
span { border-color: rgb(144,34,203); }
td.TdClassName
{
border-color: #9022CB;
}
.TagClassName
{
border-color: #9022CB;
}
</style>