Shades of Dark Orchid #973ACD
Tints of Dark Orchid #973ACD
RGB
CMYK
RGB Variations
Color information
#973ACD (or 0x973ACD) is known color: Dark Orchid. HEX triplet: 97, 3A and CD. RGB value is (151,58,205). Sum of RGB (Red+Green+Blue) = 151+58+205=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #973ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ACD is #68C532. Grayscale: #666666. Windows color (decimal): -6866227 or 13449879. OLE color: 13449879.
HSL color Cylindrical-coordinate representation of color #973ACD: hue angle of 277.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973ACD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 58 | 205 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.20 |
| HSL | 277.96º | 0.6% | 0.52% | - |
| HSV(B) | 277.96º | 0.72% | 0.8% | - |
| XYZ | 25.3 | 14.01 | 59.13 | - |
| YUV | 102.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 205 | 0.26 | 0.72 | 0 | 0.20 | 277.96 | 0.6 | 0.52 |
| Hex | 97 | 3A | CD | 1A | 48 | 0 | 14 | 116 | 3C | 34 |
| Octal | 227 | 72 | 315 | 32 | 110 | 0 | 24 | 426 | 74 | 64 |
| Binary | 10010111 | 111010 | 11001101 | 11010 | 1001000 | 0 | 10100 | 100010110 | 111100 | 110100 |
Color Harmonies of #973ACD
Complementary color
Monochromatic Colors of #973ACD
Black with #973ACD
Text Example
Text Example
White with #973ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ACD; }
p { color: rgb(151,58,205); }
H1.HeaderClassName
{
color: #973ACD;
}
.AnyTagClassName
{
color: #973ACD;
}
</style>
background-color css
<style>
a { background-color: #973ACD; }
a { background-color: rgb(151,58,205); }
div.DivClassName
{
background-color: #973ACD;
}
.BgClassName
{
background-color: #973ACD;
}
</style>
border-color css
<style>
span { border-color: #973ACD; }
span { border-color: rgb(151,58,205); }
td.TdClassName
{
border-color: #973ACD;
}
.TagClassName
{
border-color: #973ACD;
}
</style>