Shades of Dark Orchid #9A2BAB
Tints of Dark Orchid #9A2BAB
RGB
CMYK
RGB Variations
Color information
#9A2BAB (or 0x9A2BAB) is known color: Dark Orchid. HEX triplet: 9A, 2B and AB. RGB value is (154,43,171). Sum of RGB (Red+Green+Blue) = 154+43+171=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2BAB is #65D454. Grayscale: #5A5A5A. Windows color (decimal): -6673493 or 11217818. OLE color: 11217818.
HSL color Cylindrical-coordinate representation of color #9A2BAB: hue angle of 292.03º 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 #9A2BAB is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 43 | 171 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.33 |
| HSL | 292.03º | 0.6% | 0.42% | - |
| HSV(B) | 292.03º | 0.75% | 0.67% | - |
| XYZ | 21.54 | 11.54 | 39.62 | - |
| YUV | 90.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 171 | 0.10 | 0.75 | 0 | 0.33 | 292.03 | 0.6 | 0.42 |
| Hex | 9A | 2B | AB | A | 4B | 0 | 21 | 124 | 3C | 2A |
| Octal | 232 | 53 | 253 | 12 | 113 | 0 | 41 | 444 | 74 | 52 |
| Binary | 10011010 | 101011 | 10101011 | 1010 | 1001011 | 0 | 100001 | 100100100 | 111100 | 101010 |
Color Harmonies of #9A2BAB
Complementary color
Monochromatic Colors of #9A2BAB
Black with #9A2BAB
Text Example
Text Example
White with #9A2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2BAB; }
p { color: rgb(154,43,171); }
H1.HeaderClassName
{
color: #9A2BAB;
}
.AnyTagClassName
{
color: #9A2BAB;
}
</style>
background-color css
<style>
a { background-color: #9A2BAB; }
a { background-color: rgb(154,43,171); }
div.DivClassName
{
background-color: #9A2BAB;
}
.BgClassName
{
background-color: #9A2BAB;
}
</style>
border-color css
<style>
span { border-color: #9A2BAB; }
span { border-color: rgb(154,43,171); }
td.TdClassName
{
border-color: #9A2BAB;
}
.TagClassName
{
border-color: #9A2BAB;
}
</style>