Shades of Dark Orchid #971ED1
Tints of Dark Orchid #971ED1
RGB
CMYK
RGB Variations
Color information
#971ED1 (or 0x971ED1) is known color: Dark Orchid. HEX triplet: 97, 1E and D1. RGB value is (151,30,209). Sum of RGB (Red+Green+Blue) = 151+30+209=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #971ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ED1 is #68E12E. Grayscale: #555555. Windows color (decimal): -6873391 or 13704855. OLE color: 13704855.
HSL color Cylindrical-coordinate representation of color #971ED1: hue angle of 280.56º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971ED1 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 30 | 209 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.18 |
| HSL | 280.56º | 0.75% | 0.47% | - |
| HSV(B) | 280.56º | 0.86% | 0.82% | - |
| XYZ | 24.74 | 12.11 | 61.36 | - |
| YUV | 86.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 209 | 0.28 | 0.86 | 0 | 0.18 | 280.56 | 0.75 | 0.47 |
| Hex | 97 | 1E | D1 | 1C | 56 | 0 | 12 | 119 | 4B | 2F |
| Octal | 227 | 36 | 321 | 34 | 126 | 0 | 22 | 431 | 113 | 57 |
| Binary | 10010111 | 11110 | 11010001 | 11100 | 1010110 | 0 | 10010 | 100011001 | 1001011 | 101111 |
Color Harmonies of #971ED1
Complementary color
Monochromatic Colors of #971ED1
Black with #971ED1
Text Example
Text Example
White with #971ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971ED1; }
p { color: rgb(151,30,209); }
H1.HeaderClassName
{
color: #971ED1;
}
.AnyTagClassName
{
color: #971ED1;
}
</style>
background-color css
<style>
a { background-color: #971ED1; }
a { background-color: rgb(151,30,209); }
div.DivClassName
{
background-color: #971ED1;
}
.BgClassName
{
background-color: #971ED1;
}
</style>
border-color css
<style>
span { border-color: #971ED1; }
span { border-color: rgb(151,30,209); }
td.TdClassName
{
border-color: #971ED1;
}
.TagClassName
{
border-color: #971ED1;
}
</style>