Shades of Dark Orchid #973CCC
Tints of Dark Orchid #973CCC
RGB
CMYK
RGB Variations
Color information
#973CCC (or 0x973CCC) is known color: Dark Orchid. HEX triplet: 97, 3C and CC. RGB value is (151,60,204). Sum of RGB (Red+Green+Blue) = 151+60+204=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #973CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CCC is #68C333. Grayscale: #676767. Windows color (decimal): -6865716 or 13384855. OLE color: 13384855.
HSL color Cylindrical-coordinate representation of color #973CCC: hue angle of 277.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973CCC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 60 | 204 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.2 |
| HSL | 277.92º | 0.59% | 0.52% | - |
| HSV(B) | 277.92º | 0.71% | 0.8% | - |
| XYZ | 25.28 | 14.17 | 58.53 | - |
| YUV | 103.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 204 | 0.26 | 0.71 | 0 | 0.2 | 277.92 | 0.59 | 0.52 |
| Hex | 97 | 3C | CC | 1A | 47 | 0 | 14 | 116 | 3B | 34 |
| Octal | 227 | 74 | 314 | 32 | 107 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10010111 | 111100 | 11001100 | 11010 | 1000111 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #973CCC
Complementary color
Monochromatic Colors of #973CCC
Black with #973CCC
Text Example
Text Example
White with #973CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CCC; }
p { color: rgb(151,60,204); }
H1.HeaderClassName
{
color: #973CCC;
}
.AnyTagClassName
{
color: #973CCC;
}
</style>
background-color css
<style>
a { background-color: #973CCC; }
a { background-color: rgb(151,60,204); }
div.DivClassName
{
background-color: #973CCC;
}
.BgClassName
{
background-color: #973CCC;
}
</style>
border-color css
<style>
span { border-color: #973CCC; }
span { border-color: rgb(151,60,204); }
td.TdClassName
{
border-color: #973CCC;
}
.TagClassName
{
border-color: #973CCC;
}
</style>