Shades of Dark Orchid #9620AC
Tints of Dark Orchid #9620AC
RGB
CMYK
RGB Variations
Color information
#9620AC (or 0x9620AC) is known color: Dark Orchid. HEX triplet: 96, 20 and AC. RGB value is (150,32,172). Sum of RGB (Red+Green+Blue) = 150+32+172=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #9620AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9620AC is #69DF53. Grayscale: #525252. Windows color (decimal): -6938452 or 11280534. OLE color: 11280534.
HSL color Cylindrical-coordinate representation of color #9620AC: hue angle of 290.57º 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 #9620AC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 32 | 172 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.33 |
| HSL | 290.57º | 0.69% | 0.4% | - |
| HSV(B) | 290.57º | 0.81% | 0.67% | - |
| XYZ | 20.54 | 10.5 | 39.97 | - |
| YUV | 83.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 172 | 0.13 | 0.81 | 0 | 0.33 | 290.57 | 0.69 | 0.4 |
| Hex | 96 | 20 | AC | D | 51 | 0 | 21 | 123 | 45 | 28 |
| Octal | 226 | 40 | 254 | 15 | 121 | 0 | 41 | 443 | 105 | 50 |
| Binary | 10010110 | 100000 | 10101100 | 1101 | 1010001 | 0 | 100001 | 100100011 | 1000101 | 101000 |
Color Harmonies of #9620AC
Complementary color
Monochromatic Colors of #9620AC
Black with #9620AC
Text Example
Text Example
White with #9620AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620AC; }
p { color: rgb(150,32,172); }
H1.HeaderClassName
{
color: #9620AC;
}
.AnyTagClassName
{
color: #9620AC;
}
</style>
background-color css
<style>
a { background-color: #9620AC; }
a { background-color: rgb(150,32,172); }
div.DivClassName
{
background-color: #9620AC;
}
.BgClassName
{
background-color: #9620AC;
}
</style>
border-color css
<style>
span { border-color: #9620AC; }
span { border-color: rgb(150,32,172); }
td.TdClassName
{
border-color: #9620AC;
}
.TagClassName
{
border-color: #9620AC;
}
</style>