Shades of Dark Orchid #971FC0
Tints of Dark Orchid #971FC0
RGB
CMYK
RGB Variations
Color information
#971FC0 (or 0x971FC0) is known color: Dark Orchid. HEX triplet: 97, 1F and C0. RGB value is (151,31,192). Sum of RGB (Red+Green+Blue) = 151+31+192=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #971FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FC0 is #68E03F. Grayscale: #545454. Windows color (decimal): -6873152 or 12590999. OLE color: 12590999.
HSL color Cylindrical-coordinate representation of color #971FC0: hue angle of 284.72º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971FC0 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 31 | 192 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.25 |
| HSL | 284.72º | 0.72% | 0.44% | - |
| HSV(B) | 284.72º | 0.84% | 0.75% | - |
| XYZ | 22.77 | 11.37 | 50.86 | - |
| YUV | 85.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 192 | 0.21 | 0.84 | 0 | 0.25 | 284.72 | 0.72 | 0.44 |
| Hex | 97 | 1F | C0 | 15 | 54 | 0 | 19 | 11D | 48 | 2C |
| Octal | 227 | 37 | 300 | 25 | 124 | 0 | 31 | 435 | 110 | 54 |
| Binary | 10010111 | 11111 | 11000000 | 10101 | 1010100 | 0 | 11001 | 100011101 | 1001000 | 101100 |
Color Harmonies of #971FC0
Complementary color
Monochromatic Colors of #971FC0
Black with #971FC0
Text Example
Text Example
White with #971FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FC0; }
p { color: rgb(151,31,192); }
H1.HeaderClassName
{
color: #971FC0;
}
.AnyTagClassName
{
color: #971FC0;
}
</style>
background-color css
<style>
a { background-color: #971FC0; }
a { background-color: rgb(151,31,192); }
div.DivClassName
{
background-color: #971FC0;
}
.BgClassName
{
background-color: #971FC0;
}
</style>
border-color css
<style>
span { border-color: #971FC0; }
span { border-color: rgb(151,31,192); }
td.TdClassName
{
border-color: #971FC0;
}
.TagClassName
{
border-color: #971FC0;
}
</style>