Shades of Dark Orchid #971DBB
Tints of Dark Orchid #971DBB
RGB
CMYK
RGB Variations
Color information
#971DBB (or 0x971DBB) is known color: Dark Orchid. HEX triplet: 97, 1D and BB. RGB value is (151,29,187). Sum of RGB (Red+Green+Blue) = 151+29+187=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #971DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DBB is #68E244. Grayscale: #525252. Windows color (decimal): -6873669 or 12262807. OLE color: 12262807.
HSL color Cylindrical-coordinate representation of color #971DBB: hue angle of 286.33º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971DBB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 29 | 187 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.27 |
| HSL | 286.33º | 0.73% | 0.42% | - |
| HSV(B) | 286.33º | 0.84% | 0.73% | - |
| XYZ | 22.17 | 11.05 | 47.98 | - |
| YUV | 83.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 187 | 0.19 | 0.84 | 0 | 0.27 | 286.33 | 0.73 | 0.42 |
| Hex | 97 | 1D | BB | 13 | 54 | 0 | 1B | 11E | 49 | 2A |
| Octal | 227 | 35 | 273 | 23 | 124 | 0 | 33 | 436 | 111 | 52 |
| Binary | 10010111 | 11101 | 10111011 | 10011 | 1010100 | 0 | 11011 | 100011110 | 1001001 | 101010 |
Color Harmonies of #971DBB
Complementary color
Monochromatic Colors of #971DBB
Black with #971DBB
Text Example
Text Example
White with #971DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971DBB; }
p { color: rgb(151,29,187); }
H1.HeaderClassName
{
color: #971DBB;
}
.AnyTagClassName
{
color: #971DBB;
}
</style>
background-color css
<style>
a { background-color: #971DBB; }
a { background-color: rgb(151,29,187); }
div.DivClassName
{
background-color: #971DBB;
}
.BgClassName
{
background-color: #971DBB;
}
</style>
border-color css
<style>
span { border-color: #971DBB; }
span { border-color: rgb(151,29,187); }
td.TdClassName
{
border-color: #971DBB;
}
.TagClassName
{
border-color: #971DBB;
}
</style>