Shades of Dark Orchid #9722D3
Tints of Dark Orchid #9722D3
RGB
CMYK
RGB Variations
Color information
#9722D3 (or 0x9722D3) is known color: Dark Orchid. HEX triplet: 97, 22 and D3. RGB value is (151,34,211). Sum of RGB (Red+Green+Blue) = 151+34+211=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #9722D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9722D3 is #68DD2C. Grayscale: #585858. Windows color (decimal): -6872365 or 13836951. OLE color: 13836951.
HSL color Cylindrical-coordinate representation of color #9722D3: hue angle of 279.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9722D3 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 34 | 211 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.17 |
| HSL | 279.66º | 0.72% | 0.48% | - |
| HSV(B) | 279.66º | 0.84% | 0.83% | - |
| XYZ | 25.09 | 12.43 | 62.7 | - |
| YUV | 89.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 211 | 0.28 | 0.84 | 0 | 0.17 | 279.66 | 0.72 | 0.48 |
| Hex | 97 | 22 | D3 | 1C | 54 | 0 | 11 | 118 | 48 | 30 |
| Octal | 227 | 42 | 323 | 34 | 124 | 0 | 21 | 430 | 110 | 60 |
| Binary | 10010111 | 100010 | 11010011 | 11100 | 1010100 | 0 | 10001 | 100011000 | 1001000 | 110000 |
Color Harmonies of #9722D3
Complementary color
Monochromatic Colors of #9722D3
Black with #9722D3
Text Example
Text Example
White with #9722D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9722D3; }
p { color: rgb(151,34,211); }
H1.HeaderClassName
{
color: #9722D3;
}
.AnyTagClassName
{
color: #9722D3;
}
</style>
background-color css
<style>
a { background-color: #9722D3; }
a { background-color: rgb(151,34,211); }
div.DivClassName
{
background-color: #9722D3;
}
.BgClassName
{
background-color: #9722D3;
}
</style>
border-color css
<style>
span { border-color: #9722D3; }
span { border-color: rgb(151,34,211); }
td.TdClassName
{
border-color: #9722D3;
}
.TagClassName
{
border-color: #9722D3;
}
</style>