Shades of Dark Orchid #973ADB
Tints of Dark Orchid #973ADB
RGB
CMYK
RGB Variations
Color information
#973ADB (or 0x973ADB) is known color: Dark Orchid. HEX triplet: 97, 3A and DB. RGB value is (151,58,219). Sum of RGB (Red+Green+Blue) = 151+58+219=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #973ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ADB is #68C524. Grayscale: #676767. Windows color (decimal): -6866213 or 14367383. OLE color: 14367383.
HSL color Cylindrical-coordinate representation of color #973ADB: hue angle of 274.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973ADB is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 58 | 219 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.14 |
| HSL | 274.66º | 0.69% | 0.54% | - |
| HSV(B) | 274.66º | 0.74% | 0.86% | - |
| XYZ | 27.06 | 14.72 | 68.43 | - |
| YUV | 104.16 | 192.81 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 219 | 0.31 | 0.74 | 0 | 0.14 | 274.66 | 0.69 | 0.54 |
| Hex | 97 | 3A | DB | 1F | 4A | 0 | E | 113 | 45 | 36 |
| Octal | 227 | 72 | 333 | 37 | 112 | 0 | 16 | 423 | 105 | 66 |
| Binary | 10010111 | 111010 | 11011011 | 11111 | 1001010 | 0 | 1110 | 100010011 | 1000101 | 110110 |
Color Harmonies of #973ADB
Complementary color
Monochromatic Colors of #973ADB
Black with #973ADB
Text Example
Text Example
White with #973ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ADB; }
p { color: rgb(151,58,219); }
H1.HeaderClassName
{
color: #973ADB;
}
.AnyTagClassName
{
color: #973ADB;
}
</style>
background-color css
<style>
a { background-color: #973ADB; }
a { background-color: rgb(151,58,219); }
div.DivClassName
{
background-color: #973ADB;
}
.BgClassName
{
background-color: #973ADB;
}
</style>
border-color css
<style>
span { border-color: #973ADB; }
span { border-color: rgb(151,58,219); }
td.TdClassName
{
border-color: #973ADB;
}
.TagClassName
{
border-color: #973ADB;
}
</style>