Shades of Dark Orchid #973AB9
Tints of Dark Orchid #973AB9
RGB
CMYK
RGB Variations
Color information
#973AB9 (or 0x973AB9) is known color: Dark Orchid. HEX triplet: 97, 3A and B9. RGB value is (151,58,185). Sum of RGB (Red+Green+Blue) = 151+58+185=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #973AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AB9 is #68C546. Grayscale: #636363. Windows color (decimal): -6866247 or 12139159. OLE color: 12139159.
HSL color Cylindrical-coordinate representation of color #973AB9: hue angle of 283.94º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973AB9 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 58 | 185 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.27 |
| HSL | 283.94º | 0.52% | 0.48% | - |
| HSV(B) | 283.94º | 0.69% | 0.73% | - |
| XYZ | 23.03 | 13.11 | 47.22 | - |
| YUV | 100.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 185 | 0.18 | 0.69 | 0 | 0.27 | 283.94 | 0.52 | 0.48 |
| Hex | 97 | 3A | B9 | 12 | 45 | 0 | 1B | 11C | 34 | 30 |
| Octal | 227 | 72 | 271 | 22 | 105 | 0 | 33 | 434 | 64 | 60 |
| Binary | 10010111 | 111010 | 10111001 | 10010 | 1000101 | 0 | 11011 | 100011100 | 110100 | 110000 |
Color Harmonies of #973AB9
Complementary color
Monochromatic Colors of #973AB9
Black with #973AB9
Text Example
Text Example
White with #973AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973AB9; }
p { color: rgb(151,58,185); }
H1.HeaderClassName
{
color: #973AB9;
}
.AnyTagClassName
{
color: #973AB9;
}
</style>
background-color css
<style>
a { background-color: #973AB9; }
a { background-color: rgb(151,58,185); }
div.DivClassName
{
background-color: #973AB9;
}
.BgClassName
{
background-color: #973AB9;
}
</style>
border-color css
<style>
span { border-color: #973AB9; }
span { border-color: rgb(151,58,185); }
td.TdClassName
{
border-color: #973AB9;
}
.TagClassName
{
border-color: #973AB9;
}
</style>