Shades of Dark Orchid #973DCE
Tints of Dark Orchid #973DCE
RGB
CMYK
RGB Variations
Color information
#973DCE (or 0x973DCE) is known color: Dark Orchid. HEX triplet: 97, 3D and CE. RGB value is (151,61,206). Sum of RGB (Red+Green+Blue) = 151+61+206=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #973DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DCE is #68C231. Grayscale: #676767. Windows color (decimal): -6865458 or 13516183. OLE color: 13516183.
HSL color Cylindrical-coordinate representation of color #973DCE: hue angle of 277.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973DCE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 61 | 206 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.19 |
| HSL | 277.24º | 0.6% | 0.52% | - |
| HSV(B) | 277.24º | 0.7% | 0.81% | - |
| XYZ | 25.57 | 14.37 | 59.82 | - |
| YUV | 104.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 206 | 0.27 | 0.70 | 0 | 0.19 | 277.24 | 0.6 | 0.52 |
| Hex | 97 | 3D | CE | 1B | 46 | 0 | 13 | 115 | 3C | 34 |
| Octal | 227 | 75 | 316 | 33 | 106 | 0 | 23 | 425 | 74 | 64 |
| Binary | 10010111 | 111101 | 11001110 | 11011 | 1000110 | 0 | 10011 | 100010101 | 111100 | 110100 |
Color Harmonies of #973DCE
Complementary color
Monochromatic Colors of #973DCE
Black with #973DCE
Text Example
Text Example
White with #973DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DCE; }
p { color: rgb(151,61,206); }
H1.HeaderClassName
{
color: #973DCE;
}
.AnyTagClassName
{
color: #973DCE;
}
</style>
background-color css
<style>
a { background-color: #973DCE; }
a { background-color: rgb(151,61,206); }
div.DivClassName
{
background-color: #973DCE;
}
.BgClassName
{
background-color: #973DCE;
}
</style>
border-color css
<style>
span { border-color: #973DCE; }
span { border-color: rgb(151,61,206); }
td.TdClassName
{
border-color: #973DCE;
}
.TagClassName
{
border-color: #973DCE;
}
</style>