Shades of Dark Orchid #971FC1
Tints of Dark Orchid #971FC1
RGB
CMYK
RGB Variations
Color information
#971FC1 (or 0x971FC1) is known color: Dark Orchid. HEX triplet: 97, 1F and C1. RGB value is (151,31,193). Sum of RGB (Red+Green+Blue) = 151+31+193=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #971FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FC1 is #68E03E. Grayscale: #545454. Windows color (decimal): -6873151 or 12656535. OLE color: 12656535.
HSL color Cylindrical-coordinate representation of color #971FC1: hue angle of 284.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971FC1 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 31 | 193 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.24 |
| HSL | 284.44º | 0.72% | 0.44% | - |
| HSV(B) | 284.44º | 0.84% | 0.76% | - |
| XYZ | 22.88 | 11.41 | 51.45 | - |
| YUV | 85.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 193 | 0.22 | 0.84 | 0 | 0.24 | 284.44 | 0.72 | 0.44 |
| Hex | 97 | 1F | C1 | 16 | 54 | 0 | 18 | 11C | 48 | 2C |
| Octal | 227 | 37 | 301 | 26 | 124 | 0 | 30 | 434 | 110 | 54 |
| Binary | 10010111 | 11111 | 11000001 | 10110 | 1010100 | 0 | 11000 | 100011100 | 1001000 | 101100 |
Color Harmonies of #971FC1
Complementary color
Monochromatic Colors of #971FC1
Black with #971FC1
Text Example
Text Example
White with #971FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FC1; }
p { color: rgb(151,31,193); }
H1.HeaderClassName
{
color: #971FC1;
}
.AnyTagClassName
{
color: #971FC1;
}
</style>
background-color css
<style>
a { background-color: #971FC1; }
a { background-color: rgb(151,31,193); }
div.DivClassName
{
background-color: #971FC1;
}
.BgClassName
{
background-color: #971FC1;
}
</style>
border-color css
<style>
span { border-color: #971FC1; }
span { border-color: rgb(151,31,193); }
td.TdClassName
{
border-color: #971FC1;
}
.TagClassName
{
border-color: #971FC1;
}
</style>