Shades of Dark Orchid #971DB3
Tints of Dark Orchid #971DB3
RGB
CMYK
RGB Variations
Color information
#971DB3 (or 0x971DB3) is known color: Dark Orchid. HEX triplet: 97, 1D and B3. RGB value is (151,29,179). Sum of RGB (Red+Green+Blue) = 151+29+179=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #971DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DB3 is #68E24C. Grayscale: #525252. Windows color (decimal): -6873677 or 11738519. OLE color: 11738519.
HSL color Cylindrical-coordinate representation of color #971DB3: hue angle of 288.8º 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 #971DB3 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 29 | 179 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.30 |
| HSL | 288.8º | 0.72% | 0.41% | - |
| HSV(B) | 288.8º | 0.84% | 0.7% | - |
| XYZ | 21.34 | 10.71 | 43.59 | - |
| YUV | 82.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 179 | 0.16 | 0.84 | 0 | 0.30 | 288.8 | 0.72 | 0.41 |
| Hex | 97 | 1D | B3 | 10 | 54 | 0 | 1E | 121 | 48 | 29 |
| Octal | 227 | 35 | 263 | 20 | 124 | 0 | 36 | 441 | 110 | 51 |
| Binary | 10010111 | 11101 | 10110011 | 10000 | 1010100 | 0 | 11110 | 100100001 | 1001000 | 101001 |
Color Harmonies of #971DB3
Complementary color
Monochromatic Colors of #971DB3
Black with #971DB3
Text Example
Text Example
White with #971DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DB3; }
p { color: rgb(151,29,179); }
H1.HeaderClassName
{
color: #971DB3;
}
.AnyTagClassName
{
color: #971DB3;
}
</style>
background-color css
<style>
a { background-color: #971DB3; }
a { background-color: rgb(151,29,179); }
div.DivClassName
{
background-color: #971DB3;
}
.BgClassName
{
background-color: #971DB3;
}
</style>
border-color css
<style>
span { border-color: #971DB3; }
span { border-color: rgb(151,29,179); }
td.TdClassName
{
border-color: #971DB3;
}
.TagClassName
{
border-color: #971DB3;
}
</style>