Shades of Dark Orchid #973EDC
Tints of Dark Orchid #973EDC
RGB
CMYK
RGB Variations
Color information
#973EDC (or 0x973EDC) is known color: Dark Orchid. HEX triplet: 97, 3E and DC. RGB value is (151,62,220). Sum of RGB (Red+Green+Blue) = 151+62+220=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #973EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EDC is #68C123. Grayscale: #6A6A6A. Windows color (decimal): -6865188 or 14433943. OLE color: 14433943.
HSL color Cylindrical-coordinate representation of color #973EDC: hue angle of 273.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973EDC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 62 | 220 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.14 |
| HSL | 273.8º | 0.69% | 0.55% | - |
| HSV(B) | 273.8º | 0.72% | 0.86% | - |
| XYZ | 27.4 | 15.19 | 69.2 | - |
| YUV | 106.62 | 191.99 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 220 | 0.31 | 0.72 | 0 | 0.14 | 273.8 | 0.69 | 0.55 |
| Hex | 97 | 3E | DC | 1F | 48 | 0 | E | 112 | 45 | 37 |
| Octal | 227 | 76 | 334 | 37 | 110 | 0 | 16 | 422 | 105 | 67 |
| Binary | 10010111 | 111110 | 11011100 | 11111 | 1001000 | 0 | 1110 | 100010010 | 1000101 | 110111 |
Color Harmonies of #973EDC
Complementary color
Monochromatic Colors of #973EDC
Black with #973EDC
Text Example
Text Example
White with #973EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973EDC; }
p { color: rgb(151,62,220); }
H1.HeaderClassName
{
color: #973EDC;
}
.AnyTagClassName
{
color: #973EDC;
}
</style>
background-color css
<style>
a { background-color: #973EDC; }
a { background-color: rgb(151,62,220); }
div.DivClassName
{
background-color: #973EDC;
}
.BgClassName
{
background-color: #973EDC;
}
</style>
border-color css
<style>
span { border-color: #973EDC; }
span { border-color: rgb(151,62,220); }
td.TdClassName
{
border-color: #973EDC;
}
.TagClassName
{
border-color: #973EDC;
}
</style>