Shades of Dark Orchid #971AD1
Tints of Dark Orchid #971AD1
RGB
CMYK
RGB Variations
Color information
#971AD1 (or 0x971AD1) is known color: Dark Orchid. HEX triplet: 97, 1A and D1. RGB value is (151,26,209). Sum of RGB (Red+Green+Blue) = 151+26+209=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #971AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971AD1 is #68E52E. Grayscale: #535353. Windows color (decimal): -6874415 or 13703831. OLE color: 13703831.
HSL color Cylindrical-coordinate representation of color #971AD1: hue angle of 280.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971AD1 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 26 | 209 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.18 |
| HSL | 280.98º | 0.78% | 0.46% | - |
| HSV(B) | 280.98º | 0.88% | 0.82% | - |
| XYZ | 24.64 | 11.92 | 61.32 | - |
| YUV | 84.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 209 | 0.28 | 0.88 | 0 | 0.18 | 280.98 | 0.78 | 0.46 |
| Hex | 97 | 1A | D1 | 1C | 58 | 0 | 12 | 119 | 4E | 2E |
| Octal | 227 | 32 | 321 | 34 | 130 | 0 | 22 | 431 | 116 | 56 |
| Binary | 10010111 | 11010 | 11010001 | 11100 | 1011000 | 0 | 10010 | 100011001 | 1001110 | 101110 |
Color Harmonies of #971AD1
Complementary color
Monochromatic Colors of #971AD1
Black with #971AD1
Text Example
Text Example
White with #971AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AD1; }
p { color: rgb(151,26,209); }
H1.HeaderClassName
{
color: #971AD1;
}
.AnyTagClassName
{
color: #971AD1;
}
</style>
background-color css
<style>
a { background-color: #971AD1; }
a { background-color: rgb(151,26,209); }
div.DivClassName
{
background-color: #971AD1;
}
.BgClassName
{
background-color: #971AD1;
}
</style>
border-color css
<style>
span { border-color: #971AD1; }
span { border-color: rgb(151,26,209); }
td.TdClassName
{
border-color: #971AD1;
}
.TagClassName
{
border-color: #971AD1;
}
</style>