Shades of Dark Orchid #971FC6
Tints of Dark Orchid #971FC6
RGB
CMYK
RGB Variations
Color information
#971FC6 (or 0x971FC6) is known color: Dark Orchid. HEX triplet: 97, 1F and C6. RGB value is (151,31,198). Sum of RGB (Red+Green+Blue) = 151+31+198=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #971FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FC6 is #68E039. Grayscale: #555555. Windows color (decimal): -6873146 or 12984215. OLE color: 12984215.
HSL color Cylindrical-coordinate representation of color #971FC6: hue angle of 283.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971FC6 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 31 | 198 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.22 |
| HSL | 283.11º | 0.73% | 0.45% | - |
| HSV(B) | 283.11º | 0.84% | 0.78% | - |
| XYZ | 23.45 | 11.64 | 54.44 | - |
| YUV | 85.92 | 191.26 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 198 | 0.24 | 0.84 | 0 | 0.22 | 283.11 | 0.73 | 0.45 |
| Hex | 97 | 1F | C6 | 18 | 54 | 0 | 16 | 11B | 49 | 2D |
| Octal | 227 | 37 | 306 | 30 | 124 | 0 | 26 | 433 | 111 | 55 |
| Binary | 10010111 | 11111 | 11000110 | 11000 | 1010100 | 0 | 10110 | 100011011 | 1001001 | 101101 |
Color Harmonies of #971FC6
Complementary color
Monochromatic Colors of #971FC6
Black with #971FC6
Text Example
Text Example
White with #971FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FC6; }
p { color: rgb(151,31,198); }
H1.HeaderClassName
{
color: #971FC6;
}
.AnyTagClassName
{
color: #971FC6;
}
</style>
background-color css
<style>
a { background-color: #971FC6; }
a { background-color: rgb(151,31,198); }
div.DivClassName
{
background-color: #971FC6;
}
.BgClassName
{
background-color: #971FC6;
}
</style>
border-color css
<style>
span { border-color: #971FC6; }
span { border-color: rgb(151,31,198); }
td.TdClassName
{
border-color: #971FC6;
}
.TagClassName
{
border-color: #971FC6;
}
</style>