Shades of Dark Orchid #9A32AB
Tints of Dark Orchid #9A32AB
RGB
CMYK
RGB Variations
Color information
#9A32AB (or 0x9A32AB) is known color: Dark Orchid. HEX triplet: 9A, 32 and AB. RGB value is (154,50,171). Sum of RGB (Red+Green+Blue) = 154+50+171=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A32AB is #65CD54. Grayscale: #5E5E5E. Windows color (decimal): -6671701 or 11219610. OLE color: 11219610.
HSL color Cylindrical-coordinate representation of color #9A32AB: hue angle of 291.57º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A32AB is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 50 | 171 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.33 |
| HSL | 291.57º | 0.55% | 0.43% | - |
| HSV(B) | 291.57º | 0.71% | 0.67% | - |
| XYZ | 21.82 | 12.09 | 39.71 | - |
| YUV | 94.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 171 | 0.10 | 0.71 | 0 | 0.33 | 291.57 | 0.55 | 0.43 |
| Hex | 9A | 32 | AB | A | 47 | 0 | 21 | 124 | 37 | 2B |
| Octal | 232 | 62 | 253 | 12 | 107 | 0 | 41 | 444 | 67 | 53 |
| Binary | 10011010 | 110010 | 10101011 | 1010 | 1000111 | 0 | 100001 | 100100100 | 110111 | 101011 |
Color Harmonies of #9A32AB
Complementary color
Monochromatic Colors of #9A32AB
Black with #9A32AB
Text Example
Text Example
White with #9A32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A32AB; }
p { color: rgb(154,50,171); }
H1.HeaderClassName
{
color: #9A32AB;
}
.AnyTagClassName
{
color: #9A32AB;
}
</style>
background-color css
<style>
a { background-color: #9A32AB; }
a { background-color: rgb(154,50,171); }
div.DivClassName
{
background-color: #9A32AB;
}
.BgClassName
{
background-color: #9A32AB;
}
</style>
border-color css
<style>
span { border-color: #9A32AB; }
span { border-color: rgb(154,50,171); }
td.TdClassName
{
border-color: #9A32AB;
}
.TagClassName
{
border-color: #9A32AB;
}
</style>