Shades of Dark Orchid #9821AC
Tints of Dark Orchid #9821AC
RGB
CMYK
RGB Variations
Color information
#9821AC (or 0x9821AC) is known color: Dark Orchid. HEX triplet: 98, 21 and AC. RGB value is (152,33,172). Sum of RGB (Red+Green+Blue) = 152+33+172=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 33 (13.28% from 255 or 9.24% 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 #9821AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9821AC is #67DE53. Grayscale: #535353. Windows color (decimal): -6807124 or 11280792. OLE color: 11280792.
HSL color Cylindrical-coordinate representation of color #9821AC: hue angle of 291.37º degrees, saturation: 0.68, 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 #9821AC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 33 | 172 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.33 |
| HSL | 291.37º | 0.68% | 0.4% | - |
| HSV(B) | 291.37º | 0.81% | 0.67% | - |
| XYZ | 20.94 | 10.74 | 40 | - |
| YUV | 84.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 172 | 0.12 | 0.81 | 0 | 0.33 | 291.37 | 0.68 | 0.4 |
| Hex | 98 | 21 | AC | C | 51 | 0 | 21 | 123 | 44 | 28 |
| Octal | 230 | 41 | 254 | 14 | 121 | 0 | 41 | 443 | 104 | 50 |
| Binary | 10011000 | 100001 | 10101100 | 1100 | 1010001 | 0 | 100001 | 100100011 | 1000100 | 101000 |
Color Harmonies of #9821AC
Complementary color
Monochromatic Colors of #9821AC
Black with #9821AC
Text Example
Text Example
White with #9821AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9821AC; }
p { color: rgb(152,33,172); }
H1.HeaderClassName
{
color: #9821AC;
}
.AnyTagClassName
{
color: #9821AC;
}
</style>
background-color css
<style>
a { background-color: #9821AC; }
a { background-color: rgb(152,33,172); }
div.DivClassName
{
background-color: #9821AC;
}
.BgClassName
{
background-color: #9821AC;
}
</style>
border-color css
<style>
span { border-color: #9821AC; }
span { border-color: rgb(152,33,172); }
td.TdClassName
{
border-color: #9821AC;
}
.TagClassName
{
border-color: #9821AC;
}
</style>