Shades of Dark Orchid #971EAB
Tints of Dark Orchid #971EAB
RGB
CMYK
RGB Variations
Color information
#971EAB (or 0x971EAB) is known color: Dark Orchid. HEX triplet: 97, 1E and AB. RGB value is (151,30,171). Sum of RGB (Red+Green+Blue) = 151+30+171=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #971EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971EAB is #68E154. Grayscale: #515151. Windows color (decimal): -6873429 or 11214487. OLE color: 11214487.
HSL color Cylindrical-coordinate representation of color #971EAB: hue angle of 291.49º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971EAB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 30 | 171 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.33 |
| HSL | 291.49º | 0.7% | 0.39% | - |
| HSV(B) | 291.49º | 0.82% | 0.67% | - |
| XYZ | 20.58 | 10.45 | 39.46 | - |
| YUV | 82.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 171 | 0.12 | 0.82 | 0 | 0.33 | 291.49 | 0.7 | 0.39 |
| Hex | 97 | 1E | AB | C | 52 | 0 | 21 | 123 | 46 | 27 |
| Octal | 227 | 36 | 253 | 14 | 122 | 0 | 41 | 443 | 106 | 47 |
| Binary | 10010111 | 11110 | 10101011 | 1100 | 1010010 | 0 | 100001 | 100100011 | 1000110 | 100111 |
Color Harmonies of #971EAB
Complementary color
Monochromatic Colors of #971EAB
Black with #971EAB
Text Example
Text Example
White with #971EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971EAB; }
p { color: rgb(151,30,171); }
H1.HeaderClassName
{
color: #971EAB;
}
.AnyTagClassName
{
color: #971EAB;
}
</style>
background-color css
<style>
a { background-color: #971EAB; }
a { background-color: rgb(151,30,171); }
div.DivClassName
{
background-color: #971EAB;
}
.BgClassName
{
background-color: #971EAB;
}
</style>
border-color css
<style>
span { border-color: #971EAB; }
span { border-color: rgb(151,30,171); }
td.TdClassName
{
border-color: #971EAB;
}
.TagClassName
{
border-color: #971EAB;
}
</style>