Shades of Dark Orchid #973AB8
Tints of Dark Orchid #973AB8
RGB
CMYK
RGB Variations
Color information
#973AB8 (or 0x973AB8) is known color: Dark Orchid. HEX triplet: 97, 3A and B8. RGB value is (151,58,184). Sum of RGB (Red+Green+Blue) = 151+58+184=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #973AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AB8 is #68C547. Grayscale: #636363. Windows color (decimal): -6866248 or 12073623. OLE color: 12073623.
HSL color Cylindrical-coordinate representation of color #973AB8: hue angle of 284.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973AB8 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 58 | 184 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.28 |
| HSL | 284.29º | 0.52% | 0.47% | - |
| HSV(B) | 284.29º | 0.68% | 0.72% | - |
| XYZ | 22.93 | 13.07 | 46.66 | - |
| YUV | 100.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 184 | 0.18 | 0.68 | 0 | 0.28 | 284.29 | 0.52 | 0.47 |
| Hex | 97 | 3A | B8 | 12 | 44 | 0 | 1C | 11C | 34 | 2F |
| Octal | 227 | 72 | 270 | 22 | 104 | 0 | 34 | 434 | 64 | 57 |
| Binary | 10010111 | 111010 | 10111000 | 10010 | 1000100 | 0 | 11100 | 100011100 | 110100 | 101111 |
Color Harmonies of #973AB8
Complementary color
Monochromatic Colors of #973AB8
Black with #973AB8
Text Example
Text Example
White with #973AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973AB8; }
p { color: rgb(151,58,184); }
H1.HeaderClassName
{
color: #973AB8;
}
.AnyTagClassName
{
color: #973AB8;
}
</style>
background-color css
<style>
a { background-color: #973AB8; }
a { background-color: rgb(151,58,184); }
div.DivClassName
{
background-color: #973AB8;
}
.BgClassName
{
background-color: #973AB8;
}
</style>
border-color css
<style>
span { border-color: #973AB8; }
span { border-color: rgb(151,58,184); }
td.TdClassName
{
border-color: #973AB8;
}
.TagClassName
{
border-color: #973AB8;
}
</style>