Shades of Dark Orchid #9F2AAA
Tints of Dark Orchid #9F2AAA
RGB
CMYK
RGB Variations
Color information
#9F2AAA (or 0x9F2AAA) is known color: Dark Orchid. HEX triplet: 9F, 2A and AA. RGB value is (159,42,170). Sum of RGB (Red+Green+Blue) = 159+42+170=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2AAA is #60D555. Grayscale: #5B5B5B. Windows color (decimal): -6346070 or 11152031. OLE color: 11152031.
HSL color Cylindrical-coordinate representation of color #9F2AAA: hue angle of 294.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2AAA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 42 | 170 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.33 |
| HSL | 294.84º | 0.6% | 0.42% | - |
| HSV(B) | 294.84º | 0.75% | 0.67% | - |
| XYZ | 22.38 | 11.93 | 39.15 | - |
| YUV | 91.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 170 | 0.06 | 0.75 | 0 | 0.33 | 294.84 | 0.6 | 0.42 |
| Hex | 9F | 2A | AA | 6 | 4B | 0 | 21 | 127 | 3C | 2A |
| Octal | 237 | 52 | 252 | 6 | 113 | 0 | 41 | 447 | 74 | 52 |
| Binary | 10011111 | 101010 | 10101010 | 110 | 1001011 | 0 | 100001 | 100100111 | 111100 | 101010 |
Color Harmonies of #9F2AAA
Complementary color
Monochromatic Colors of #9F2AAA
Black with #9F2AAA
Text Example
Text Example
White with #9F2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2AAA; }
p { color: rgb(159,42,170); }
H1.HeaderClassName
{
color: #9F2AAA;
}
.AnyTagClassName
{
color: #9F2AAA;
}
</style>
background-color css
<style>
a { background-color: #9F2AAA; }
a { background-color: rgb(159,42,170); }
div.DivClassName
{
background-color: #9F2AAA;
}
.BgClassName
{
background-color: #9F2AAA;
}
</style>
border-color css
<style>
span { border-color: #9F2AAA; }
span { border-color: rgb(159,42,170); }
td.TdClassName
{
border-color: #9F2AAA;
}
.TagClassName
{
border-color: #9F2AAA;
}
</style>