Shades of Dark Orchid #9A31B9
Tints of Dark Orchid #9A31B9
RGB
CMYK
RGB Variations
Color information
#9A31B9 (or 0x9A31B9) is known color: Dark Orchid. HEX triplet: 9A, 31 and B9. RGB value is (154,49,185). Sum of RGB (Red+Green+Blue) = 154+49+185=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A31B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A31B9 is #65CE46. Grayscale: #5F5F5F. Windows color (decimal): -6671943 or 12136858. OLE color: 12136858.
HSL color Cylindrical-coordinate representation of color #9A31B9: hue angle of 286.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A31B9 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 49 | 185 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.27 |
| HSL | 286.32º | 0.58% | 0.46% | - |
| HSV(B) | 286.32º | 0.74% | 0.73% | - |
| XYZ | 23.18 | 12.57 | 47.1 | - |
| YUV | 95.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 185 | 0.17 | 0.74 | 0 | 0.27 | 286.32 | 0.58 | 0.46 |
| Hex | 9A | 31 | B9 | 11 | 4A | 0 | 1B | 11E | 3A | 2E |
| Octal | 232 | 61 | 271 | 21 | 112 | 0 | 33 | 436 | 72 | 56 |
| Binary | 10011010 | 110001 | 10111001 | 10001 | 1001010 | 0 | 11011 | 100011110 | 111010 | 101110 |
Color Harmonies of #9A31B9
Complementary color
Monochromatic Colors of #9A31B9
Black with #9A31B9
Text Example
Text Example
White with #9A31B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A31B9; }
p { color: rgb(154,49,185); }
H1.HeaderClassName
{
color: #9A31B9;
}
.AnyTagClassName
{
color: #9A31B9;
}
</style>
background-color css
<style>
a { background-color: #9A31B9; }
a { background-color: rgb(154,49,185); }
div.DivClassName
{
background-color: #9A31B9;
}
.BgClassName
{
background-color: #9A31B9;
}
</style>
border-color css
<style>
span { border-color: #9A31B9; }
span { border-color: rgb(154,49,185); }
td.TdClassName
{
border-color: #9A31B9;
}
.TagClassName
{
border-color: #9A31B9;
}
</style>