Shades of Dark Orchid #9222CF
Tints of Dark Orchid #9222CF
RGB
CMYK
RGB Variations
Color information
#9222CF (or 0x9222CF) is known color: Dark Orchid. HEX triplet: 92, 22 and CF. RGB value is (146,34,207). Sum of RGB (Red+Green+Blue) = 146+34+207=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #9222CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9222CF is #6DDD30. Grayscale: #565656. Windows color (decimal): -7200049 or 13574802. OLE color: 13574802.
HSL color Cylindrical-coordinate representation of color #9222CF: hue angle of 278.84º 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 #9222CF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 34 | 207 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.19 |
| HSL | 278.84º | 0.72% | 0.47% | - |
| HSV(B) | 278.84º | 0.84% | 0.81% | - |
| XYZ | 23.69 | 11.76 | 60.05 | - |
| YUV | 87.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 207 | 0.29 | 0.84 | 0 | 0.19 | 278.84 | 0.72 | 0.47 |
| Hex | 92 | 22 | CF | 1D | 54 | 0 | 13 | 117 | 48 | 2F |
| Octal | 222 | 42 | 317 | 35 | 124 | 0 | 23 | 427 | 110 | 57 |
| Binary | 10010010 | 100010 | 11001111 | 11101 | 1010100 | 0 | 10011 | 100010111 | 1001000 | 101111 |
Color Harmonies of #9222CF
Complementary color
Monochromatic Colors of #9222CF
Black with #9222CF
Text Example
Text Example
White with #9222CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9222CF; }
p { color: rgb(146,34,207); }
H1.HeaderClassName
{
color: #9222CF;
}
.AnyTagClassName
{
color: #9222CF;
}
</style>
background-color css
<style>
a { background-color: #9222CF; }
a { background-color: rgb(146,34,207); }
div.DivClassName
{
background-color: #9222CF;
}
.BgClassName
{
background-color: #9222CF;
}
</style>
border-color css
<style>
span { border-color: #9222CF; }
span { border-color: rgb(146,34,207); }
td.TdClassName
{
border-color: #9222CF;
}
.TagClassName
{
border-color: #9222CF;
}
</style>