Shades of Dark Orchid #973ACE
Tints of Dark Orchid #973ACE
RGB
CMYK
RGB Variations
Color information
#973ACE (or 0x973ACE) is known color: Dark Orchid. HEX triplet: 97, 3A and CE. RGB value is (151,58,206). Sum of RGB (Red+Green+Blue) = 151+58+206=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #973ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ACE is #68C531. Grayscale: #666666. Windows color (decimal): -6866226 or 13515415. OLE color: 13515415.
HSL color Cylindrical-coordinate representation of color #973ACE: hue angle of 277.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973ACE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 58 | 206 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.19 |
| HSL | 277.7º | 0.6% | 0.52% | - |
| HSV(B) | 277.7º | 0.72% | 0.81% | - |
| XYZ | 25.42 | 14.06 | 59.77 | - |
| YUV | 102.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 206 | 0.27 | 0.72 | 0 | 0.19 | 277.7 | 0.6 | 0.52 |
| Hex | 97 | 3A | CE | 1B | 48 | 0 | 13 | 116 | 3C | 34 |
| Octal | 227 | 72 | 316 | 33 | 110 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10010111 | 111010 | 11001110 | 11011 | 1001000 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #973ACE
Complementary color
Monochromatic Colors of #973ACE
Black with #973ACE
Text Example
Text Example
White with #973ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ACE; }
p { color: rgb(151,58,206); }
H1.HeaderClassName
{
color: #973ACE;
}
.AnyTagClassName
{
color: #973ACE;
}
</style>
background-color css
<style>
a { background-color: #973ACE; }
a { background-color: rgb(151,58,206); }
div.DivClassName
{
background-color: #973ACE;
}
.BgClassName
{
background-color: #973ACE;
}
</style>
border-color css
<style>
span { border-color: #973ACE; }
span { border-color: rgb(151,58,206); }
td.TdClassName
{
border-color: #973ACE;
}
.TagClassName
{
border-color: #973ACE;
}
</style>