Shades of Dark Orchid #972BAB
Tints of Dark Orchid #972BAB
RGB
CMYK
RGB Variations
Color information
#972BAB (or 0x972BAB) is known color: Dark Orchid. HEX triplet: 97, 2B and AB. RGB value is (151,43,171). Sum of RGB (Red+Green+Blue) = 151+43+171=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #972BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BAB is #68D454. Grayscale: #595959. Windows color (decimal): -6870101 or 11217815. OLE color: 11217815.
HSL color Cylindrical-coordinate representation of color #972BAB: hue angle of 290.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972BAB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 43 | 171 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.33 |
| HSL | 290.63º | 0.6% | 0.42% | - |
| HSV(B) | 290.63º | 0.75% | 0.67% | - |
| XYZ | 20.98 | 11.25 | 39.59 | - |
| YUV | 89.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 171 | 0.12 | 0.75 | 0 | 0.33 | 290.63 | 0.6 | 0.42 |
| Hex | 97 | 2B | AB | C | 4B | 0 | 21 | 123 | 3C | 2A |
| Octal | 227 | 53 | 253 | 14 | 113 | 0 | 41 | 443 | 74 | 52 |
| Binary | 10010111 | 101011 | 10101011 | 1100 | 1001011 | 0 | 100001 | 100100011 | 111100 | 101010 |
Color Harmonies of #972BAB
Complementary color
Monochromatic Colors of #972BAB
Black with #972BAB
Text Example
Text Example
White with #972BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BAB; }
p { color: rgb(151,43,171); }
H1.HeaderClassName
{
color: #972BAB;
}
.AnyTagClassName
{
color: #972BAB;
}
</style>
background-color css
<style>
a { background-color: #972BAB; }
a { background-color: rgb(151,43,171); }
div.DivClassName
{
background-color: #972BAB;
}
.BgClassName
{
background-color: #972BAB;
}
</style>
border-color css
<style>
span { border-color: #972BAB; }
span { border-color: rgb(151,43,171); }
td.TdClassName
{
border-color: #972BAB;
}
.TagClassName
{
border-color: #972BAB;
}
</style>