Shades of Dark Orchid #971AAF
Tints of Dark Orchid #971AAF
RGB
CMYK
RGB Variations
Color information
#971AAF (or 0x971AAF) is known color: Dark Orchid. HEX triplet: 97, 1A and AF. RGB value is (151,26,175). Sum of RGB (Red+Green+Blue) = 151+26+175=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #971AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AAF is #68E550. Grayscale: #4F4F4F. Windows color (decimal): -6874449 or 11475607. OLE color: 11475607.
HSL color Cylindrical-coordinate representation of color #971AAF: hue angle of 290.34º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971AAF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 26 | 175 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.31 |
| HSL | 290.34º | 0.74% | 0.39% | - |
| HSV(B) | 290.34º | 0.85% | 0.69% | - |
| XYZ | 20.87 | 10.41 | 41.47 | - |
| YUV | 80.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 175 | 0.14 | 0.85 | 0 | 0.31 | 290.34 | 0.74 | 0.39 |
| Hex | 97 | 1A | AF | E | 55 | 0 | 1F | 122 | 4A | 27 |
| Octal | 227 | 32 | 257 | 16 | 125 | 0 | 37 | 442 | 112 | 47 |
| Binary | 10010111 | 11010 | 10101111 | 1110 | 1010101 | 0 | 11111 | 100100010 | 1001010 | 100111 |
Color Harmonies of #971AAF
Complementary color
Monochromatic Colors of #971AAF
Black with #971AAF
Text Example
Text Example
White with #971AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AAF; }
p { color: rgb(151,26,175); }
H1.HeaderClassName
{
color: #971AAF;
}
.AnyTagClassName
{
color: #971AAF;
}
</style>
background-color css
<style>
a { background-color: #971AAF; }
a { background-color: rgb(151,26,175); }
div.DivClassName
{
background-color: #971AAF;
}
.BgClassName
{
background-color: #971AAF;
}
</style>
border-color css
<style>
span { border-color: #971AAF; }
span { border-color: rgb(151,26,175); }
td.TdClassName
{
border-color: #971AAF;
}
.TagClassName
{
border-color: #971AAF;
}
</style>