Shades of Dark Orchid #973ED5
Tints of Dark Orchid #973ED5
RGB
CMYK
RGB Variations
Color information
#973ED5 (or 0x973ED5) is known color: Dark Orchid. HEX triplet: 97, 3E and D5. RGB value is (151,62,213). Sum of RGB (Red+Green+Blue) = 151+62+213=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #973ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ED5 is #68C12A. Grayscale: #696969. Windows color (decimal): -6865195 or 13975191. OLE color: 13975191.
HSL color Cylindrical-coordinate representation of color #973ED5: hue angle of 275.36º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973ED5 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 62 | 213 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.16 |
| HSL | 275.36º | 0.64% | 0.54% | - |
| HSV(B) | 275.36º | 0.71% | 0.84% | - |
| XYZ | 26.5 | 14.83 | 64.42 | - |
| YUV | 105.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 213 | 0.29 | 0.71 | 0 | 0.16 | 275.36 | 0.64 | 0.54 |
| Hex | 97 | 3E | D5 | 1D | 47 | 0 | 10 | 113 | 40 | 36 |
| Octal | 227 | 76 | 325 | 35 | 107 | 0 | 20 | 423 | 100 | 66 |
| Binary | 10010111 | 111110 | 11010101 | 11101 | 1000111 | 0 | 10000 | 100010011 | 1000000 | 110110 |
Color Harmonies of #973ED5
Complementary color
Monochromatic Colors of #973ED5
Black with #973ED5
Text Example
Text Example
White with #973ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ED5; }
p { color: rgb(151,62,213); }
H1.HeaderClassName
{
color: #973ED5;
}
.AnyTagClassName
{
color: #973ED5;
}
</style>
background-color css
<style>
a { background-color: #973ED5; }
a { background-color: rgb(151,62,213); }
div.DivClassName
{
background-color: #973ED5;
}
.BgClassName
{
background-color: #973ED5;
}
</style>
border-color css
<style>
span { border-color: #973ED5; }
span { border-color: rgb(151,62,213); }
td.TdClassName
{
border-color: #973ED5;
}
.TagClassName
{
border-color: #973ED5;
}
</style>