Shades of Dark Orchid #9A2AAA
Tints of Dark Orchid #9A2AAA
RGB
CMYK
RGB Variations
Color information
#9A2AAA (or 0x9A2AAA) is known color: Dark Orchid. HEX triplet: 9A, 2A and AA. RGB value is (154,42,170). Sum of RGB (Red+Green+Blue) = 154+42+170=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2AAA is #65D555. Grayscale: #595959. Windows color (decimal): -6673750 or 11152026. OLE color: 11152026.
HSL color Cylindrical-coordinate representation of color #9A2AAA: hue angle of 292.5º 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 #9A2AAA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 42 | 170 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.33 |
| HSL | 292.5º | 0.6% | 0.42% | - |
| HSV(B) | 292.5º | 0.75% | 0.67% | - |
| XYZ | 21.41 | 11.43 | 39.11 | - |
| YUV | 90.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 170 | 0.09 | 0.75 | 0 | 0.33 | 292.5 | 0.6 | 0.42 |
| Hex | 9A | 2A | AA | 9 | 4B | 0 | 21 | 124 | 3C | 2A |
| Octal | 232 | 52 | 252 | 11 | 113 | 0 | 41 | 444 | 74 | 52 |
| Binary | 10011010 | 101010 | 10101010 | 1001 | 1001011 | 0 | 100001 | 100100100 | 111100 | 101010 |
Color Harmonies of #9A2AAA
Complementary color
Monochromatic Colors of #9A2AAA
Black with #9A2AAA
Text Example
Text Example
White with #9A2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2AAA; }
p { color: rgb(154,42,170); }
H1.HeaderClassName
{
color: #9A2AAA;
}
.AnyTagClassName
{
color: #9A2AAA;
}
</style>
background-color css
<style>
a { background-color: #9A2AAA; }
a { background-color: rgb(154,42,170); }
div.DivClassName
{
background-color: #9A2AAA;
}
.BgClassName
{
background-color: #9A2AAA;
}
</style>
border-color css
<style>
span { border-color: #9A2AAA; }
span { border-color: rgb(154,42,170); }
td.TdClassName
{
border-color: #9A2AAA;
}
.TagClassName
{
border-color: #9A2AAA;
}
</style>