Shades of Dark Orchid #973CDB
Tints of Dark Orchid #973CDB
RGB
CMYK
RGB Variations
Color information
#973CDB (or 0x973CDB) is known color: Dark Orchid. HEX triplet: 97, 3C and DB. RGB value is (151,60,219). Sum of RGB (Red+Green+Blue) = 151+60+219=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #973CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CDB is #68C324. Grayscale: #686868. Windows color (decimal): -6865701 or 14367895. OLE color: 14367895.
HSL color Cylindrical-coordinate representation of color #973CDB: hue angle of 274.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973CDB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 60 | 219 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.14 |
| HSL | 274.34º | 0.69% | 0.55% | - |
| HSV(B) | 274.34º | 0.73% | 0.86% | - |
| XYZ | 27.16 | 14.93 | 68.47 | - |
| YUV | 105.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 219 | 0.31 | 0.73 | 0 | 0.14 | 274.34 | 0.69 | 0.55 |
| Hex | 97 | 3C | DB | 1F | 49 | 0 | E | 112 | 45 | 37 |
| Octal | 227 | 74 | 333 | 37 | 111 | 0 | 16 | 422 | 105 | 67 |
| Binary | 10010111 | 111100 | 11011011 | 11111 | 1001001 | 0 | 1110 | 100010010 | 1000101 | 110111 |
Color Harmonies of #973CDB
Complementary color
Monochromatic Colors of #973CDB
Black with #973CDB
Text Example
Text Example
White with #973CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CDB; }
p { color: rgb(151,60,219); }
H1.HeaderClassName
{
color: #973CDB;
}
.AnyTagClassName
{
color: #973CDB;
}
</style>
background-color css
<style>
a { background-color: #973CDB; }
a { background-color: rgb(151,60,219); }
div.DivClassName
{
background-color: #973CDB;
}
.BgClassName
{
background-color: #973CDB;
}
</style>
border-color css
<style>
span { border-color: #973CDB; }
span { border-color: rgb(151,60,219); }
td.TdClassName
{
border-color: #973CDB;
}
.TagClassName
{
border-color: #973CDB;
}
</style>