Shades of Dark Orchid #9920AC
Tints of Dark Orchid #9920AC
RGB
CMYK
RGB Variations
Color information
#9920AC (or 0x9920AC) is known color: Dark Orchid. HEX triplet: 99, 20 and AC. RGB value is (153,32,172). Sum of RGB (Red+Green+Blue) = 153+32+172=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #9920AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9920AC is #66DF53. Grayscale: #535353. Windows color (decimal): -6741844 or 11280537. OLE color: 11280537.
HSL color Cylindrical-coordinate representation of color #9920AC: hue angle of 291.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9920AC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 32 | 172 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.33 |
| HSL | 291.86º | 0.69% | 0.4% | - |
| HSV(B) | 291.86º | 0.81% | 0.67% | - |
| XYZ | 21.1 | 10.78 | 40 | - |
| YUV | 84.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 172 | 0.11 | 0.81 | 0 | 0.33 | 291.86 | 0.69 | 0.4 |
| Hex | 99 | 20 | AC | B | 51 | 0 | 21 | 124 | 45 | 28 |
| Octal | 231 | 40 | 254 | 13 | 121 | 0 | 41 | 444 | 105 | 50 |
| Binary | 10011001 | 100000 | 10101100 | 1011 | 1010001 | 0 | 100001 | 100100100 | 1000101 | 101000 |
Color Harmonies of #9920AC
Complementary color
Monochromatic Colors of #9920AC
Black with #9920AC
Text Example
Text Example
White with #9920AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9920AC; }
p { color: rgb(153,32,172); }
H1.HeaderClassName
{
color: #9920AC;
}
.AnyTagClassName
{
color: #9920AC;
}
</style>
background-color css
<style>
a { background-color: #9920AC; }
a { background-color: rgb(153,32,172); }
div.DivClassName
{
background-color: #9920AC;
}
.BgClassName
{
background-color: #9920AC;
}
</style>
border-color css
<style>
span { border-color: #9920AC; }
span { border-color: rgb(153,32,172); }
td.TdClassName
{
border-color: #9920AC;
}
.TagClassName
{
border-color: #9920AC;
}
</style>