Shades of Dark Orchid #974ADB
Tints of Dark Orchid #974ADB
RGB
CMYK
RGB Variations
Color information
#974ADB (or 0x974ADB) is known color: Dark Orchid. HEX triplet: 97, 4A and DB. RGB value is (151,74,219). Sum of RGB (Red+Green+Blue) = 151+74+219=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #974ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ADB is #68B524. Grayscale: #717171. Windows color (decimal): -6862117 or 14371479. OLE color: 14371479.
HSL color Cylindrical-coordinate representation of color #974ADB: hue angle of 271.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974ADB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 74 | 219 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.14 |
| HSL | 271.86º | 0.67% | 0.57% | - |
| HSV(B) | 271.86º | 0.66% | 0.86% | - |
| XYZ | 28 | 16.59 | 68.74 | - |
| YUV | 113.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 219 | 0.31 | 0.66 | 0 | 0.14 | 271.86 | 0.67 | 0.57 |
| Hex | 97 | 4A | DB | 1F | 42 | 0 | E | 110 | 43 | 39 |
| Octal | 227 | 112 | 333 | 37 | 102 | 0 | 16 | 420 | 103 | 71 |
| Binary | 10010111 | 1001010 | 11011011 | 11111 | 1000010 | 0 | 1110 | 100010000 | 1000011 | 111001 |
Color Harmonies of #974ADB
Complementary color
Monochromatic Colors of #974ADB
Black with #974ADB
Text Example
Text Example
White with #974ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ADB; }
p { color: rgb(151,74,219); }
H1.HeaderClassName
{
color: #974ADB;
}
.AnyTagClassName
{
color: #974ADB;
}
</style>
background-color css
<style>
a { background-color: #974ADB; }
a { background-color: rgb(151,74,219); }
div.DivClassName
{
background-color: #974ADB;
}
.BgClassName
{
background-color: #974ADB;
}
</style>
border-color css
<style>
span { border-color: #974ADB; }
span { border-color: rgb(151,74,219); }
td.TdClassName
{
border-color: #974ADB;
}
.TagClassName
{
border-color: #974ADB;
}
</style>