Shades of Dark Orchid #973DDB
Tints of Dark Orchid #973DDB
RGB
CMYK
RGB Variations
Color information
#973DDB (or 0x973DDB) is known color: Dark Orchid. HEX triplet: 97, 3D and DB. RGB value is (151,61,219). Sum of RGB (Red+Green+Blue) = 151+61+219=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #973DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DDB is #68C224. Grayscale: #696969. Windows color (decimal): -6865445 or 14368151. OLE color: 14368151.
HSL color Cylindrical-coordinate representation of color #973DDB: hue angle of 274.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973DDB is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 61 | 219 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.14 |
| HSL | 274.18º | 0.69% | 0.55% | - |
| HSV(B) | 274.18º | 0.72% | 0.86% | - |
| XYZ | 27.22 | 15.03 | 68.48 | - |
| YUV | 105.92 | 191.82 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 219 | 0.31 | 0.72 | 0 | 0.14 | 274.18 | 0.69 | 0.55 |
| Hex | 97 | 3D | DB | 1F | 48 | 0 | E | 112 | 45 | 37 |
| Octal | 227 | 75 | 333 | 37 | 110 | 0 | 16 | 422 | 105 | 67 |
| Binary | 10010111 | 111101 | 11011011 | 11111 | 1001000 | 0 | 1110 | 100010010 | 1000101 | 110111 |
Color Harmonies of #973DDB
Complementary color
Monochromatic Colors of #973DDB
Black with #973DDB
Text Example
Text Example
White with #973DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DDB; }
p { color: rgb(151,61,219); }
H1.HeaderClassName
{
color: #973DDB;
}
.AnyTagClassName
{
color: #973DDB;
}
</style>
background-color css
<style>
a { background-color: #973DDB; }
a { background-color: rgb(151,61,219); }
div.DivClassName
{
background-color: #973DDB;
}
.BgClassName
{
background-color: #973DDB;
}
</style>
border-color css
<style>
span { border-color: #973DDB; }
span { border-color: rgb(151,61,219); }
td.TdClassName
{
border-color: #973DDB;
}
.TagClassName
{
border-color: #973DDB;
}
</style>