Shades of Dark Orchid #971ACD
Tints of Dark Orchid #971ACD
RGB
CMYK
RGB Variations
Color information
#971ACD (or 0x971ACD) is known color: Dark Orchid. HEX triplet: 97, 1A and CD. RGB value is (151,26,205). Sum of RGB (Red+Green+Blue) = 151+26+205=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #971ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ACD is #68E532. Grayscale: #535353. Windows color (decimal): -6874419 or 13441687. OLE color: 13441687.
HSL color Cylindrical-coordinate representation of color #971ACD: hue angle of 281.9º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971ACD is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 26 | 205 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.20 |
| HSL | 281.9º | 0.77% | 0.45% | - |
| HSV(B) | 281.9º | 0.87% | 0.8% | - |
| XYZ | 24.15 | 11.73 | 58.75 | - |
| YUV | 83.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 205 | 0.26 | 0.87 | 0 | 0.20 | 281.9 | 0.77 | 0.45 |
| Hex | 97 | 1A | CD | 1A | 57 | 0 | 14 | 11A | 4D | 2D |
| Octal | 227 | 32 | 315 | 32 | 127 | 0 | 24 | 432 | 115 | 55 |
| Binary | 10010111 | 11010 | 11001101 | 11010 | 1010111 | 0 | 10100 | 100011010 | 1001101 | 101101 |
Color Harmonies of #971ACD
Complementary color
Monochromatic Colors of #971ACD
Black with #971ACD
Text Example
Text Example
White with #971ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971ACD; }
p { color: rgb(151,26,205); }
H1.HeaderClassName
{
color: #971ACD;
}
.AnyTagClassName
{
color: #971ACD;
}
</style>
background-color css
<style>
a { background-color: #971ACD; }
a { background-color: rgb(151,26,205); }
div.DivClassName
{
background-color: #971ACD;
}
.BgClassName
{
background-color: #971ACD;
}
</style>
border-color css
<style>
span { border-color: #971ACD; }
span { border-color: rgb(151,26,205); }
td.TdClassName
{
border-color: #971ACD;
}
.TagClassName
{
border-color: #971ACD;
}
</style>