Shades of Dark Orchid #971DAC
Tints of Dark Orchid #971DAC
RGB
CMYK
RGB Variations
Color information
#971DAC (or 0x971DAC) is known color: Dark Orchid. HEX triplet: 97, 1D and AC. RGB value is (151,29,172). Sum of RGB (Red+Green+Blue) = 151+29+172=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #971DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971DAC is #68E253. Grayscale: #515151. Windows color (decimal): -6873684 or 11279767. OLE color: 11279767.
HSL color Cylindrical-coordinate representation of color #971DAC: hue angle of 291.19º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971DAC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 29 | 172 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.33 |
| HSL | 291.19º | 0.71% | 0.39% | - |
| HSV(B) | 291.19º | 0.83% | 0.67% | - |
| XYZ | 20.65 | 10.44 | 39.96 | - |
| YUV | 81.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 172 | 0.12 | 0.83 | 0 | 0.33 | 291.19 | 0.71 | 0.39 |
| Hex | 97 | 1D | AC | C | 53 | 0 | 21 | 123 | 47 | 27 |
| Octal | 227 | 35 | 254 | 14 | 123 | 0 | 41 | 443 | 107 | 47 |
| Binary | 10010111 | 11101 | 10101100 | 1100 | 1010011 | 0 | 100001 | 100100011 | 1000111 | 100111 |
Color Harmonies of #971DAC
Complementary color
Monochromatic Colors of #971DAC
Black with #971DAC
Text Example
Text Example
White with #971DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DAC; }
p { color: rgb(151,29,172); }
H1.HeaderClassName
{
color: #971DAC;
}
.AnyTagClassName
{
color: #971DAC;
}
</style>
background-color css
<style>
a { background-color: #971DAC; }
a { background-color: rgb(151,29,172); }
div.DivClassName
{
background-color: #971DAC;
}
.BgClassName
{
background-color: #971DAC;
}
</style>
border-color css
<style>
span { border-color: #971DAC; }
span { border-color: rgb(151,29,172); }
td.TdClassName
{
border-color: #971DAC;
}
.TagClassName
{
border-color: #971DAC;
}
</style>