Shades of Dark Orchid #971EC9
Tints of Dark Orchid #971EC9
RGB
CMYK
RGB Variations
Color information
#971EC9 (or 0x971EC9) is known color: Dark Orchid. HEX triplet: 97, 1E and C9. RGB value is (151,30,201). Sum of RGB (Red+Green+Blue) = 151+30+201=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #971EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EC9 is #68E136. Grayscale: #555555. Windows color (decimal): -6873399 or 13180567. OLE color: 13180567.
HSL color Cylindrical-coordinate representation of color #971EC9: hue angle of 282.46º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971EC9 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 30 | 201 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.21 |
| HSL | 282.46º | 0.74% | 0.45% | - |
| HSV(B) | 282.46º | 0.85% | 0.79% | - |
| XYZ | 23.77 | 11.72 | 56.27 | - |
| YUV | 85.67 | 193.09 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 201 | 0.25 | 0.85 | 0 | 0.21 | 282.46 | 0.74 | 0.45 |
| Hex | 97 | 1E | C9 | 19 | 55 | 0 | 15 | 11A | 4A | 2D |
| Octal | 227 | 36 | 311 | 31 | 125 | 0 | 25 | 432 | 112 | 55 |
| Binary | 10010111 | 11110 | 11001001 | 11001 | 1010101 | 0 | 10101 | 100011010 | 1001010 | 101101 |
Color Harmonies of #971EC9
Complementary color
Monochromatic Colors of #971EC9
Black with #971EC9
Text Example
Text Example
White with #971EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971EC9; }
p { color: rgb(151,30,201); }
H1.HeaderClassName
{
color: #971EC9;
}
.AnyTagClassName
{
color: #971EC9;
}
</style>
background-color css
<style>
a { background-color: #971EC9; }
a { background-color: rgb(151,30,201); }
div.DivClassName
{
background-color: #971EC9;
}
.BgClassName
{
background-color: #971EC9;
}
</style>
border-color css
<style>
span { border-color: #971EC9; }
span { border-color: rgb(151,30,201); }
td.TdClassName
{
border-color: #971EC9;
}
.TagClassName
{
border-color: #971EC9;
}
</style>