Shades of Dark Orchid #973FDE
Tints of Dark Orchid #973FDE
RGB
CMYK
RGB Variations
Color information
#973FDE (or 0x973FDE) is known color: Dark Orchid. HEX triplet: 97, 3F and DE. RGB value is (151,63,222). Sum of RGB (Red+Green+Blue) = 151+63+222=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #973FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FDE is #68C021. Grayscale: #6A6A6A. Windows color (decimal): -6864930 or 14565271. OLE color: 14565271.
HSL color Cylindrical-coordinate representation of color #973FDE: hue angle of 273.21º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973FDE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 63 | 222 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.13 |
| HSL | 273.21º | 0.71% | 0.56% | - |
| HSV(B) | 273.21º | 0.72% | 0.87% | - |
| XYZ | 27.72 | 15.41 | 70.62 | - |
| YUV | 107.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 222 | 0.32 | 0.72 | 0 | 0.13 | 273.21 | 0.71 | 0.56 |
| Hex | 97 | 3F | DE | 20 | 48 | 0 | D | 111 | 47 | 38 |
| Octal | 227 | 77 | 336 | 40 | 110 | 0 | 15 | 421 | 107 | 70 |
| Binary | 10010111 | 111111 | 11011110 | 100000 | 1001000 | 0 | 1101 | 100010001 | 1000111 | 111000 |
Color Harmonies of #973FDE
Complementary color
Monochromatic Colors of #973FDE
Black with #973FDE
Text Example
Text Example
White with #973FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FDE; }
p { color: rgb(151,63,222); }
H1.HeaderClassName
{
color: #973FDE;
}
.AnyTagClassName
{
color: #973FDE;
}
</style>
background-color css
<style>
a { background-color: #973FDE; }
a { background-color: rgb(151,63,222); }
div.DivClassName
{
background-color: #973FDE;
}
.BgClassName
{
background-color: #973FDE;
}
</style>
border-color css
<style>
span { border-color: #973FDE; }
span { border-color: rgb(151,63,222); }
td.TdClassName
{
border-color: #973FDE;
}
.TagClassName
{
border-color: #973FDE;
}
</style>