Shades of Dark Orchid #973DCC
Tints of Dark Orchid #973DCC
RGB
CMYK
RGB Variations
Color information
#973DCC (or 0x973DCC) is known color: Dark Orchid. HEX triplet: 97, 3D and CC. RGB value is (151,61,204). Sum of RGB (Red+Green+Blue) = 151+61+204=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #973DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DCC is #68C233. Grayscale: #676767. Windows color (decimal): -6865460 or 13385111. OLE color: 13385111.
HSL color Cylindrical-coordinate representation of color #973DCC: hue angle of 277.76º 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 #973DCC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 61 | 204 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.2 |
| HSL | 277.76º | 0.58% | 0.52% | - |
| HSV(B) | 277.76º | 0.7% | 0.8% | - |
| XYZ | 25.33 | 14.28 | 58.55 | - |
| YUV | 104.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 204 | 0.26 | 0.70 | 0 | 0.2 | 277.76 | 0.58 | 0.52 |
| Hex | 97 | 3D | CC | 1A | 46 | 0 | 14 | 116 | 3A | 34 |
| Octal | 227 | 75 | 314 | 32 | 106 | 0 | 24 | 426 | 72 | 64 |
| Binary | 10010111 | 111101 | 11001100 | 11010 | 1000110 | 0 | 10100 | 100010110 | 111010 | 110100 |
Color Harmonies of #973DCC
Complementary color
Monochromatic Colors of #973DCC
Black with #973DCC
Text Example
Text Example
White with #973DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DCC; }
p { color: rgb(151,61,204); }
H1.HeaderClassName
{
color: #973DCC;
}
.AnyTagClassName
{
color: #973DCC;
}
</style>
background-color css
<style>
a { background-color: #973DCC; }
a { background-color: rgb(151,61,204); }
div.DivClassName
{
background-color: #973DCC;
}
.BgClassName
{
background-color: #973DCC;
}
</style>
border-color css
<style>
span { border-color: #973DCC; }
span { border-color: rgb(151,61,204); }
td.TdClassName
{
border-color: #973DCC;
}
.TagClassName
{
border-color: #973DCC;
}
</style>