Shades of Dark Orchid #9922CF
Tints of Dark Orchid #9922CF
RGB
CMYK
RGB Variations
Color information
#9922CF (or 0x9922CF) is known color: Dark Orchid. HEX triplet: 99, 22 and CF. RGB value is (153,34,207). Sum of RGB (Red+Green+Blue) = 153+34+207=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #9922CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9922CF is #66DD30. Grayscale: #585858. Windows color (decimal): -6741297 or 13574809. OLE color: 13574809.
HSL color Cylindrical-coordinate representation of color #9922CF: hue angle of 281.27º 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 #9922CF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 34 | 207 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.19 |
| HSL | 281.27º | 0.72% | 0.47% | - |
| HSV(B) | 281.27º | 0.84% | 0.81% | - |
| XYZ | 24.97 | 12.42 | 60.11 | - |
| YUV | 89.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 207 | 0.26 | 0.84 | 0 | 0.19 | 281.27 | 0.72 | 0.47 |
| Hex | 99 | 22 | CF | 1A | 54 | 0 | 13 | 119 | 48 | 2F |
| Octal | 231 | 42 | 317 | 32 | 124 | 0 | 23 | 431 | 110 | 57 |
| Binary | 10011001 | 100010 | 11001111 | 11010 | 1010100 | 0 | 10011 | 100011001 | 1001000 | 101111 |
Color Harmonies of #9922CF
Complementary color
Monochromatic Colors of #9922CF
Black with #9922CF
Text Example
Text Example
White with #9922CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9922CF; }
p { color: rgb(153,34,207); }
H1.HeaderClassName
{
color: #9922CF;
}
.AnyTagClassName
{
color: #9922CF;
}
</style>
background-color css
<style>
a { background-color: #9922CF; }
a { background-color: rgb(153,34,207); }
div.DivClassName
{
background-color: #9922CF;
}
.BgClassName
{
background-color: #9922CF;
}
</style>
border-color css
<style>
span { border-color: #9922CF; }
span { border-color: rgb(153,34,207); }
td.TdClassName
{
border-color: #9922CF;
}
.TagClassName
{
border-color: #9922CF;
}
</style>