Shades of Dark Orchid #973AD7
Tints of Dark Orchid #973AD7
RGB
CMYK
RGB Variations
Color information
#973AD7 (or 0x973AD7) is known color: Dark Orchid. HEX triplet: 97, 3A and D7. RGB value is (151,58,215). Sum of RGB (Red+Green+Blue) = 151+58+215=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #973AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AD7 is #68C528. Grayscale: #676767. Windows color (decimal): -6866217 or 14105239. OLE color: 14105239.
HSL color Cylindrical-coordinate representation of color #973AD7: hue angle of 275.54º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973AD7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 58 | 215 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.16 |
| HSL | 275.54º | 0.66% | 0.54% | - |
| HSV(B) | 275.54º | 0.73% | 0.84% | - |
| XYZ | 26.54 | 14.51 | 65.69 | - |
| YUV | 103.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 215 | 0.30 | 0.73 | 0 | 0.16 | 275.54 | 0.66 | 0.54 |
| Hex | 97 | 3A | D7 | 1E | 49 | 0 | 10 | 114 | 42 | 36 |
| Octal | 227 | 72 | 327 | 36 | 111 | 0 | 20 | 424 | 102 | 66 |
| Binary | 10010111 | 111010 | 11010111 | 11110 | 1001001 | 0 | 10000 | 100010100 | 1000010 | 110110 |
Color Harmonies of #973AD7
Complementary color
Monochromatic Colors of #973AD7
Black with #973AD7
Text Example
Text Example
White with #973AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973AD7; }
p { color: rgb(151,58,215); }
H1.HeaderClassName
{
color: #973AD7;
}
.AnyTagClassName
{
color: #973AD7;
}
</style>
background-color css
<style>
a { background-color: #973AD7; }
a { background-color: rgb(151,58,215); }
div.DivClassName
{
background-color: #973AD7;
}
.BgClassName
{
background-color: #973AD7;
}
</style>
border-color css
<style>
span { border-color: #973AD7; }
span { border-color: rgb(151,58,215); }
td.TdClassName
{
border-color: #973AD7;
}
.TagClassName
{
border-color: #973AD7;
}
</style>