Shades of Dark Orchid #9022CF
Tints of Dark Orchid #9022CF
RGB
CMYK
RGB Variations
Color information
#9022CF (or 0x9022CF) is known color: Dark Orchid. HEX triplet: 90, 22 and CF. RGB value is (144,34,207). Sum of RGB (Red+Green+Blue) = 144+34+207=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #9022CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9022CF is #6FDD30. Grayscale: #565656. Windows color (decimal): -7331121 or 13574800. OLE color: 13574800.
HSL color Cylindrical-coordinate representation of color #9022CF: hue angle of 278.15º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9022CF is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 34 | 207 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.19 |
| HSL | 278.15º | 0.72% | 0.47% | - |
| HSV(B) | 278.15º | 0.84% | 0.81% | - |
| XYZ | 23.34 | 11.58 | 60.04 | - |
| YUV | 86.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 207 | 0.30 | 0.84 | 0 | 0.19 | 278.15 | 0.72 | 0.47 |
| Hex | 90 | 22 | CF | 1E | 54 | 0 | 13 | 116 | 48 | 2F |
| Octal | 220 | 42 | 317 | 36 | 124 | 0 | 23 | 426 | 110 | 57 |
| Binary | 10010000 | 100010 | 11001111 | 11110 | 1010100 | 0 | 10011 | 100010110 | 1001000 | 101111 |
Color Harmonies of #9022CF
Complementary color
Monochromatic Colors of #9022CF
Black with #9022CF
Text Example
Text Example
White with #9022CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9022CF; }
p { color: rgb(144,34,207); }
H1.HeaderClassName
{
color: #9022CF;
}
.AnyTagClassName
{
color: #9022CF;
}
</style>
background-color css
<style>
a { background-color: #9022CF; }
a { background-color: rgb(144,34,207); }
div.DivClassName
{
background-color: #9022CF;
}
.BgClassName
{
background-color: #9022CF;
}
</style>
border-color css
<style>
span { border-color: #9022CF; }
span { border-color: rgb(144,34,207); }
td.TdClassName
{
border-color: #9022CF;
}
.TagClassName
{
border-color: #9022CF;
}
</style>