Shades of Dark Orchid #971FCC
Tints of Dark Orchid #971FCC
RGB
CMYK
RGB Variations
Color information
#971FCC (or 0x971FCC) is known color: Dark Orchid. HEX triplet: 97, 1F and CC. RGB value is (151,31,204). Sum of RGB (Red+Green+Blue) = 151+31+204=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #971FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FCC is #68E033. Grayscale: #565656. Windows color (decimal): -6873140 or 13377431. OLE color: 13377431.
HSL color Cylindrical-coordinate representation of color #971FCC: hue angle of 281.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971FCC is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 31 | 204 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.2 |
| HSL | 281.62º | 0.74% | 0.46% | - |
| HSV(B) | 281.62º | 0.85% | 0.8% | - |
| XYZ | 24.15 | 11.92 | 58.15 | - |
| YUV | 86.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 204 | 0.26 | 0.85 | 0 | 0.2 | 281.62 | 0.74 | 0.46 |
| Hex | 97 | 1F | CC | 1A | 55 | 0 | 14 | 11A | 4A | 2E |
| Octal | 227 | 37 | 314 | 32 | 125 | 0 | 24 | 432 | 112 | 56 |
| Binary | 10010111 | 11111 | 11001100 | 11010 | 1010101 | 0 | 10100 | 100011010 | 1001010 | 101110 |
Color Harmonies of #971FCC
Complementary color
Monochromatic Colors of #971FCC
Black with #971FCC
Text Example
Text Example
White with #971FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FCC; }
p { color: rgb(151,31,204); }
H1.HeaderClassName
{
color: #971FCC;
}
.AnyTagClassName
{
color: #971FCC;
}
</style>
background-color css
<style>
a { background-color: #971FCC; }
a { background-color: rgb(151,31,204); }
div.DivClassName
{
background-color: #971FCC;
}
.BgClassName
{
background-color: #971FCC;
}
</style>
border-color css
<style>
span { border-color: #971FCC; }
span { border-color: rgb(151,31,204); }
td.TdClassName
{
border-color: #971FCC;
}
.TagClassName
{
border-color: #971FCC;
}
</style>