Shades of Dark Orchid #971DC9
Tints of Dark Orchid #971DC9
RGB
CMYK
RGB Variations
Color information
#971DC9 (or 0x971DC9) is known color: Dark Orchid. HEX triplet: 97, 1D and C9. RGB value is (151,29,201). Sum of RGB (Red+Green+Blue) = 151+29+201=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #971DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DC9 is #68E236. Grayscale: #545454. Windows color (decimal): -6873655 or 13180311. OLE color: 13180311.
HSL color Cylindrical-coordinate representation of color #971DC9: hue angle of 282.56º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971DC9 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 29 | 201 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.21 |
| HSL | 282.56º | 0.75% | 0.45% | - |
| HSV(B) | 282.56º | 0.86% | 0.79% | - |
| XYZ | 23.74 | 11.68 | 56.26 | - |
| YUV | 85.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 201 | 0.25 | 0.86 | 0 | 0.21 | 282.56 | 0.75 | 0.45 |
| Hex | 97 | 1D | C9 | 19 | 56 | 0 | 15 | 11B | 4B | 2D |
| Octal | 227 | 35 | 311 | 31 | 126 | 0 | 25 | 433 | 113 | 55 |
| Binary | 10010111 | 11101 | 11001001 | 11001 | 1010110 | 0 | 10101 | 100011011 | 1001011 | 101101 |
Color Harmonies of #971DC9
Complementary color
Monochromatic Colors of #971DC9
Black with #971DC9
Text Example
Text Example
White with #971DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DC9; }
p { color: rgb(151,29,201); }
H1.HeaderClassName
{
color: #971DC9;
}
.AnyTagClassName
{
color: #971DC9;
}
</style>
background-color css
<style>
a { background-color: #971DC9; }
a { background-color: rgb(151,29,201); }
div.DivClassName
{
background-color: #971DC9;
}
.BgClassName
{
background-color: #971DC9;
}
</style>
border-color css
<style>
span { border-color: #971DC9; }
span { border-color: rgb(151,29,201); }
td.TdClassName
{
border-color: #971DC9;
}
.TagClassName
{
border-color: #971DC9;
}
</style>