Shades of Dark Orchid #9022CD
Tints of Dark Orchid #9022CD
RGB
CMYK
RGB Variations
Color information
#9022CD (or 0x9022CD) is known color: Dark Orchid. HEX triplet: 90, 22 and CD. RGB value is (144,34,205). Sum of RGB (Red+Green+Blue) = 144+34+205=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #9022CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9022CD is #6FDD32. Grayscale: #555555. Windows color (decimal): -7331123 or 13443728. OLE color: 13443728.
HSL color Cylindrical-coordinate representation of color #9022CD: hue angle of 278.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9022CD is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 34 | 205 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.20 |
| HSL | 278.6º | 0.72% | 0.47% | - |
| HSV(B) | 278.6º | 0.83% | 0.8% | - |
| XYZ | 23.09 | 11.48 | 58.76 | - |
| YUV | 86.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 205 | 0.30 | 0.83 | 0 | 0.20 | 278.6 | 0.72 | 0.47 |
| Hex | 90 | 22 | CD | 1E | 53 | 0 | 14 | 117 | 48 | 2F |
| Octal | 220 | 42 | 315 | 36 | 123 | 0 | 24 | 427 | 110 | 57 |
| Binary | 10010000 | 100010 | 11001101 | 11110 | 1010011 | 0 | 10100 | 100010111 | 1001000 | 101111 |
Color Harmonies of #9022CD
Complementary color
Monochromatic Colors of #9022CD
Black with #9022CD
Text Example
Text Example
White with #9022CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9022CD; }
p { color: rgb(144,34,205); }
H1.HeaderClassName
{
color: #9022CD;
}
.AnyTagClassName
{
color: #9022CD;
}
</style>
background-color css
<style>
a { background-color: #9022CD; }
a { background-color: rgb(144,34,205); }
div.DivClassName
{
background-color: #9022CD;
}
.BgClassName
{
background-color: #9022CD;
}
</style>
border-color css
<style>
span { border-color: #9022CD; }
span { border-color: rgb(144,34,205); }
td.TdClassName
{
border-color: #9022CD;
}
.TagClassName
{
border-color: #9022CD;
}
</style>