Shades of Dark Orchid #971DB2
Tints of Dark Orchid #971DB2
RGB
CMYK
RGB Variations
Color information
#971DB2 (or 0x971DB2) is known color: Dark Orchid. HEX triplet: 97, 1D and B2. RGB value is (151,29,178). Sum of RGB (Red+Green+Blue) = 151+29+178=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #971DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971DB2 is #68E24D. Grayscale: #515151. Windows color (decimal): -6873678 or 11672983. OLE color: 11672983.
HSL color Cylindrical-coordinate representation of color #971DB2: hue angle of 289.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971DB2 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 29 | 178 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.30 |
| HSL | 289.13º | 0.72% | 0.41% | - |
| HSV(B) | 289.13º | 0.84% | 0.7% | - |
| XYZ | 21.24 | 10.67 | 43.06 | - |
| YUV | 82.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 178 | 0.15 | 0.84 | 0 | 0.30 | 289.13 | 0.72 | 0.41 |
| Hex | 97 | 1D | B2 | F | 54 | 0 | 1E | 121 | 48 | 29 |
| Octal | 227 | 35 | 262 | 17 | 124 | 0 | 36 | 441 | 110 | 51 |
| Binary | 10010111 | 11101 | 10110010 | 1111 | 1010100 | 0 | 11110 | 100100001 | 1001000 | 101001 |
Color Harmonies of #971DB2
Complementary color
Monochromatic Colors of #971DB2
Black with #971DB2
Text Example
Text Example
White with #971DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DB2; }
p { color: rgb(151,29,178); }
H1.HeaderClassName
{
color: #971DB2;
}
.AnyTagClassName
{
color: #971DB2;
}
</style>
background-color css
<style>
a { background-color: #971DB2; }
a { background-color: rgb(151,29,178); }
div.DivClassName
{
background-color: #971DB2;
}
.BgClassName
{
background-color: #971DB2;
}
</style>
border-color css
<style>
span { border-color: #971DB2; }
span { border-color: rgb(151,29,178); }
td.TdClassName
{
border-color: #971DB2;
}
.TagClassName
{
border-color: #971DB2;
}
</style>