Shades of Dark Orchid #973ECC
Tints of Dark Orchid #973ECC
RGB
CMYK
RGB Variations
Color information
#973ECC (or 0x973ECC) is known color: Dark Orchid. HEX triplet: 97, 3E and CC. RGB value is (151,62,204). Sum of RGB (Red+Green+Blue) = 151+62+204=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #973ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ECC is #68C133. Grayscale: #686868. Windows color (decimal): -6865204 or 13385367. OLE color: 13385367.
HSL color Cylindrical-coordinate representation of color #973ECC: hue angle of 277.61º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973ECC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 62 | 204 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.2 |
| HSL | 277.61º | 0.58% | 0.52% | - |
| HSV(B) | 277.61º | 0.7% | 0.8% | - |
| XYZ | 25.38 | 14.38 | 58.57 | - |
| YUV | 104.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 204 | 0.26 | 0.70 | 0 | 0.2 | 277.61 | 0.58 | 0.52 |
| Hex | 97 | 3E | CC | 1A | 46 | 0 | 14 | 116 | 3A | 34 |
| Octal | 227 | 76 | 314 | 32 | 106 | 0 | 24 | 426 | 72 | 64 |
| Binary | 10010111 | 111110 | 11001100 | 11010 | 1000110 | 0 | 10100 | 100010110 | 111010 | 110100 |
Color Harmonies of #973ECC
Complementary color
Monochromatic Colors of #973ECC
Black with #973ECC
Text Example
Text Example
White with #973ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ECC; }
p { color: rgb(151,62,204); }
H1.HeaderClassName
{
color: #973ECC;
}
.AnyTagClassName
{
color: #973ECC;
}
</style>
background-color css
<style>
a { background-color: #973ECC; }
a { background-color: rgb(151,62,204); }
div.DivClassName
{
background-color: #973ECC;
}
.BgClassName
{
background-color: #973ECC;
}
</style>
border-color css
<style>
span { border-color: #973ECC; }
span { border-color: rgb(151,62,204); }
td.TdClassName
{
border-color: #973ECC;
}
.TagClassName
{
border-color: #973ECC;
}
</style>