Shades of Dark Orchid #9A1EAB
Tints of Dark Orchid #9A1EAB
RGB
CMYK
RGB Variations
Color information
#9A1EAB (or 0x9A1EAB) is known color: Dark Orchid. HEX triplet: 9A, 1E and AB. RGB value is (154,30,171). Sum of RGB (Red+Green+Blue) = 154+30+171=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A1EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1EAB is #65E154. Grayscale: #525252. Windows color (decimal): -6676821 or 11214490. OLE color: 11214490.
HSL color Cylindrical-coordinate representation of color #9A1EAB: hue angle of 292.77º 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 #9A1EAB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 30 | 171 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.33 |
| HSL | 292.77º | 0.7% | 0.39% | - |
| HSV(B) | 292.77º | 0.82% | 0.67% | - |
| XYZ | 21.14 | 10.74 | 39.49 | - |
| YUV | 83.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 171 | 0.10 | 0.82 | 0 | 0.33 | 292.77 | 0.7 | 0.39 |
| Hex | 9A | 1E | AB | A | 52 | 0 | 21 | 125 | 46 | 27 |
| Octal | 232 | 36 | 253 | 12 | 122 | 0 | 41 | 445 | 106 | 47 |
| Binary | 10011010 | 11110 | 10101011 | 1010 | 1010010 | 0 | 100001 | 100100101 | 1000110 | 100111 |
Color Harmonies of #9A1EAB
Complementary color
Monochromatic Colors of #9A1EAB
Black with #9A1EAB
Text Example
Text Example
White with #9A1EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EAB; }
p { color: rgb(154,30,171); }
H1.HeaderClassName
{
color: #9A1EAB;
}
.AnyTagClassName
{
color: #9A1EAB;
}
</style>
background-color css
<style>
a { background-color: #9A1EAB; }
a { background-color: rgb(154,30,171); }
div.DivClassName
{
background-color: #9A1EAB;
}
.BgClassName
{
background-color: #9A1EAB;
}
</style>
border-color css
<style>
span { border-color: #9A1EAB; }
span { border-color: rgb(154,30,171); }
td.TdClassName
{
border-color: #9A1EAB;
}
.TagClassName
{
border-color: #9A1EAB;
}
</style>