Shades of Dark Orchid #9022BE
Tints of Dark Orchid #9022BE
RGB
CMYK
RGB Variations
Color information
#9022BE (or 0x9022BE) is known color: Dark Orchid. HEX triplet: 90, 22 and BE. RGB value is (144,34,190). Sum of RGB (Red+Green+Blue) = 144+34+190=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9022BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9022BE is #6FDD41. Grayscale: #545454. Windows color (decimal): -7331138 or 12460688. OLE color: 12460688.
HSL color Cylindrical-coordinate representation of color #9022BE: hue angle of 282.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9022BE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 34 | 190 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.25 |
| HSL | 282.31º | 0.7% | 0.44% | - |
| HSV(B) | 282.31º | 0.82% | 0.75% | - |
| XYZ | 21.37 | 10.79 | 49.67 | - |
| YUV | 84.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 190 | 0.24 | 0.82 | 0 | 0.25 | 282.31 | 0.7 | 0.44 |
| Hex | 90 | 22 | BE | 18 | 52 | 0 | 19 | 11A | 46 | 2C |
| Octal | 220 | 42 | 276 | 30 | 122 | 0 | 31 | 432 | 106 | 54 |
| Binary | 10010000 | 100010 | 10111110 | 11000 | 1010010 | 0 | 11001 | 100011010 | 1000110 | 101100 |
Color Harmonies of #9022BE
Complementary color
Monochromatic Colors of #9022BE
Black with #9022BE
Text Example
Text Example
White with #9022BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9022BE; }
p { color: rgb(144,34,190); }
H1.HeaderClassName
{
color: #9022BE;
}
.AnyTagClassName
{
color: #9022BE;
}
</style>
background-color css
<style>
a { background-color: #9022BE; }
a { background-color: rgb(144,34,190); }
div.DivClassName
{
background-color: #9022BE;
}
.BgClassName
{
background-color: #9022BE;
}
</style>
border-color css
<style>
span { border-color: #9022BE; }
span { border-color: rgb(144,34,190); }
td.TdClassName
{
border-color: #9022BE;
}
.TagClassName
{
border-color: #9022BE;
}
</style>