Shades of Dark Orchid #971DBD
Tints of Dark Orchid #971DBD
RGB
CMYK
RGB Variations
Color information
#971DBD (or 0x971DBD) is known color: Dark Orchid. HEX triplet: 97, 1D and BD. RGB value is (151,29,189). Sum of RGB (Red+Green+Blue) = 151+29+189=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #971DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DBD is #68E242. Grayscale: #535353. Windows color (decimal): -6873667 or 12393879. OLE color: 12393879.
HSL color Cylindrical-coordinate representation of color #971DBD: hue angle of 285.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971DBD is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 29 | 189 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.26 |
| HSL | 285.75º | 0.73% | 0.43% | - |
| HSV(B) | 285.75º | 0.85% | 0.74% | - |
| XYZ | 22.39 | 11.13 | 49.11 | - |
| YUV | 83.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 189 | 0.20 | 0.85 | 0 | 0.26 | 285.75 | 0.73 | 0.43 |
| Hex | 97 | 1D | BD | 14 | 55 | 0 | 1A | 11E | 49 | 2B |
| Octal | 227 | 35 | 275 | 24 | 125 | 0 | 32 | 436 | 111 | 53 |
| Binary | 10010111 | 11101 | 10111101 | 10100 | 1010101 | 0 | 11010 | 100011110 | 1001001 | 101011 |
Color Harmonies of #971DBD
Complementary color
Monochromatic Colors of #971DBD
Black with #971DBD
Text Example
Text Example
White with #971DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DBD; }
p { color: rgb(151,29,189); }
H1.HeaderClassName
{
color: #971DBD;
}
.AnyTagClassName
{
color: #971DBD;
}
</style>
background-color css
<style>
a { background-color: #971DBD; }
a { background-color: rgb(151,29,189); }
div.DivClassName
{
background-color: #971DBD;
}
.BgClassName
{
background-color: #971DBD;
}
</style>
border-color css
<style>
span { border-color: #971DBD; }
span { border-color: rgb(151,29,189); }
td.TdClassName
{
border-color: #971DBD;
}
.TagClassName
{
border-color: #971DBD;
}
</style>