Shades of Dark Orchid #9A1EAA
Tints of Dark Orchid #9A1EAA
RGB
CMYK
RGB Variations
Color information
#9A1EAA (or 0x9A1EAA) is known color: Dark Orchid. HEX triplet: 9A, 1E and AA. RGB value is (154,30,170). Sum of RGB (Red+Green+Blue) = 154+30+170=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1EAA is #65E155. Grayscale: #525252. Windows color (decimal): -6676822 or 11148954. OLE color: 11148954.
HSL color Cylindrical-coordinate representation of color #9A1EAA: hue angle of 293.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1EAA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 30 | 170 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.33 |
| HSL | 293.14º | 0.7% | 0.39% | - |
| HSV(B) | 293.14º | 0.82% | 0.67% | - |
| XYZ | 21.05 | 10.7 | 38.99 | - |
| YUV | 83.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 170 | 0.09 | 0.82 | 0 | 0.33 | 293.14 | 0.7 | 0.39 |
| Hex | 9A | 1E | AA | 9 | 52 | 0 | 21 | 125 | 46 | 27 |
| Octal | 232 | 36 | 252 | 11 | 122 | 0 | 41 | 445 | 106 | 47 |
| Binary | 10011010 | 11110 | 10101010 | 1001 | 1010010 | 0 | 100001 | 100100101 | 1000110 | 100111 |
Color Harmonies of #9A1EAA
Complementary color
Monochromatic Colors of #9A1EAA
Black with #9A1EAA
Text Example
Text Example
White with #9A1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EAA; }
p { color: rgb(154,30,170); }
H1.HeaderClassName
{
color: #9A1EAA;
}
.AnyTagClassName
{
color: #9A1EAA;
}
</style>
background-color css
<style>
a { background-color: #9A1EAA; }
a { background-color: rgb(154,30,170); }
div.DivClassName
{
background-color: #9A1EAA;
}
.BgClassName
{
background-color: #9A1EAA;
}
</style>
border-color css
<style>
span { border-color: #9A1EAA; }
span { border-color: rgb(154,30,170); }
td.TdClassName
{
border-color: #9A1EAA;
}
.TagClassName
{
border-color: #9A1EAA;
}
</style>