Shades of Dark Orchid #9A1AAE
Tints of Dark Orchid #9A1AAE
RGB
CMYK
RGB Variations
Color information
#9A1AAE (or 0x9A1AAE) is known color: Dark Orchid. HEX triplet: 9A, 1A and AE. RGB value is (154,26,174). Sum of RGB (Red+Green+Blue) = 154+26+174=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1AAE is #65E551. Grayscale: #505050. Windows color (decimal): -6677842 or 11410074. OLE color: 11410074.
HSL color Cylindrical-coordinate representation of color #9A1AAE: hue angle of 291.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1AAE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 26 | 174 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.32 |
| HSL | 291.89º | 0.74% | 0.39% | - |
| HSV(B) | 291.89º | 0.85% | 0.68% | - |
| XYZ | 21.34 | 10.66 | 40.98 | - |
| YUV | 81.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 174 | 0.11 | 0.85 | 0 | 0.32 | 291.89 | 0.74 | 0.39 |
| Hex | 9A | 1A | AE | B | 55 | 0 | 20 | 124 | 4A | 27 |
| Octal | 232 | 32 | 256 | 13 | 125 | 0 | 40 | 444 | 112 | 47 |
| Binary | 10011010 | 11010 | 10101110 | 1011 | 1010101 | 0 | 100000 | 100100100 | 1001010 | 100111 |
Color Harmonies of #9A1AAE
Complementary color
Monochromatic Colors of #9A1AAE
Black with #9A1AAE
Text Example
Text Example
White with #9A1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1AAE; }
p { color: rgb(154,26,174); }
H1.HeaderClassName
{
color: #9A1AAE;
}
.AnyTagClassName
{
color: #9A1AAE;
}
</style>
background-color css
<style>
a { background-color: #9A1AAE; }
a { background-color: rgb(154,26,174); }
div.DivClassName
{
background-color: #9A1AAE;
}
.BgClassName
{
background-color: #9A1AAE;
}
</style>
border-color css
<style>
span { border-color: #9A1AAE; }
span { border-color: rgb(154,26,174); }
td.TdClassName
{
border-color: #9A1AAE;
}
.TagClassName
{
border-color: #9A1AAE;
}
</style>