Shades of Dark Orchid #9222AF
Tints of Dark Orchid #9222AF
RGB
CMYK
RGB Variations
Color information
#9222AF (or 0x9222AF) is known color: Dark Orchid. HEX triplet: 92, 22 and AF. RGB value is (146,34,175). Sum of RGB (Red+Green+Blue) = 146+34+175=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #9222AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9222AF is #6DDD50. Grayscale: #535353. Windows color (decimal): -7200081 or 11477650. OLE color: 11477650.
HSL color Cylindrical-coordinate representation of color #9222AF: hue angle of 287.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9222AF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 34 | 175 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.31 |
| HSL | 287.66º | 0.67% | 0.41% | - |
| HSV(B) | 287.66º | 0.81% | 0.69% | - |
| XYZ | 20.16 | 10.35 | 41.49 | - |
| YUV | 83.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 175 | 0.17 | 0.81 | 0 | 0.31 | 287.66 | 0.67 | 0.41 |
| Hex | 92 | 22 | AF | 11 | 51 | 0 | 1F | 120 | 43 | 29 |
| Octal | 222 | 42 | 257 | 21 | 121 | 0 | 37 | 440 | 103 | 51 |
| Binary | 10010010 | 100010 | 10101111 | 10001 | 1010001 | 0 | 11111 | 100100000 | 1000011 | 101001 |
Color Harmonies of #9222AF
Complementary color
Monochromatic Colors of #9222AF
Black with #9222AF
Text Example
Text Example
White with #9222AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9222AF; }
p { color: rgb(146,34,175); }
H1.HeaderClassName
{
color: #9222AF;
}
.AnyTagClassName
{
color: #9222AF;
}
</style>
background-color css
<style>
a { background-color: #9222AF; }
a { background-color: rgb(146,34,175); }
div.DivClassName
{
background-color: #9222AF;
}
.BgClassName
{
background-color: #9222AF;
}
</style>
border-color css
<style>
span { border-color: #9222AF; }
span { border-color: rgb(146,34,175); }
td.TdClassName
{
border-color: #9222AF;
}
.TagClassName
{
border-color: #9222AF;
}
</style>