Shades of Dark Orchid #9A31AB
Tints of Dark Orchid #9A31AB
RGB
CMYK
RGB Variations
Color information
#9A31AB (or 0x9A31AB) is known color: Dark Orchid. HEX triplet: 9A, 31 and AB. RGB value is (154,49,171). Sum of RGB (Red+Green+Blue) = 154+49+171=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A31AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A31AB is #65CE54. Grayscale: #5D5D5D. Windows color (decimal): -6671957 or 11219354. OLE color: 11219354.
HSL color Cylindrical-coordinate representation of color #9A31AB: hue angle of 291.64º 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 #9A31AB is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 49 | 171 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.33 |
| HSL | 291.64º | 0.55% | 0.43% | - |
| HSV(B) | 291.64º | 0.71% | 0.67% | - |
| XYZ | 21.78 | 12.01 | 39.7 | - |
| YUV | 94.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 171 | 0.10 | 0.71 | 0 | 0.33 | 291.64 | 0.55 | 0.43 |
| Hex | 9A | 31 | AB | A | 47 | 0 | 21 | 124 | 37 | 2B |
| Octal | 232 | 61 | 253 | 12 | 107 | 0 | 41 | 444 | 67 | 53 |
| Binary | 10011010 | 110001 | 10101011 | 1010 | 1000111 | 0 | 100001 | 100100100 | 110111 | 101011 |
Color Harmonies of #9A31AB
Complementary color
Monochromatic Colors of #9A31AB
Black with #9A31AB
Text Example
Text Example
White with #9A31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A31AB; }
p { color: rgb(154,49,171); }
H1.HeaderClassName
{
color: #9A31AB;
}
.AnyTagClassName
{
color: #9A31AB;
}
</style>
background-color css
<style>
a { background-color: #9A31AB; }
a { background-color: rgb(154,49,171); }
div.DivClassName
{
background-color: #9A31AB;
}
.BgClassName
{
background-color: #9A31AB;
}
</style>
border-color css
<style>
span { border-color: #9A31AB; }
span { border-color: rgb(154,49,171); }
td.TdClassName
{
border-color: #9A31AB;
}
.TagClassName
{
border-color: #9A31AB;
}
</style>