Shades of Dark Orchid #973ECF
Tints of Dark Orchid #973ECF
RGB
CMYK
RGB Variations
Color information
#973ECF (or 0x973ECF) is known color: Dark Orchid. HEX triplet: 97, 3E and CF. RGB value is (151,62,207). Sum of RGB (Red+Green+Blue) = 151+62+207=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #973ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ECF is #68C130. Grayscale: #686868. Windows color (decimal): -6865201 or 13581975. OLE color: 13581975.
HSL color Cylindrical-coordinate representation of color #973ECF: hue angle of 276.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973ECF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 62 | 207 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.19 |
| HSL | 276.83º | 0.6% | 0.53% | - |
| HSV(B) | 276.83º | 0.7% | 0.81% | - |
| XYZ | 25.75 | 14.53 | 60.48 | - |
| YUV | 105.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 207 | 0.27 | 0.70 | 0 | 0.19 | 276.83 | 0.6 | 0.53 |
| Hex | 97 | 3E | CF | 1B | 46 | 0 | 13 | 115 | 3C | 35 |
| Octal | 227 | 76 | 317 | 33 | 106 | 0 | 23 | 425 | 74 | 65 |
| Binary | 10010111 | 111110 | 11001111 | 11011 | 1000110 | 0 | 10011 | 100010101 | 111100 | 110101 |
Color Harmonies of #973ECF
Complementary color
Monochromatic Colors of #973ECF
Black with #973ECF
Text Example
Text Example
White with #973ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ECF; }
p { color: rgb(151,62,207); }
H1.HeaderClassName
{
color: #973ECF;
}
.AnyTagClassName
{
color: #973ECF;
}
</style>
background-color css
<style>
a { background-color: #973ECF; }
a { background-color: rgb(151,62,207); }
div.DivClassName
{
background-color: #973ECF;
}
.BgClassName
{
background-color: #973ECF;
}
</style>
border-color css
<style>
span { border-color: #973ECF; }
span { border-color: rgb(151,62,207); }
td.TdClassName
{
border-color: #973ECF;
}
.TagClassName
{
border-color: #973ECF;
}
</style>