Shades of Dark Orchid #972BAC
Tints of Dark Orchid #972BAC
RGB
CMYK
RGB Variations
Color information
#972BAC (or 0x972BAC) is known color: Dark Orchid. HEX triplet: 97, 2B and AC. RGB value is (151,43,172). Sum of RGB (Red+Green+Blue) = 151+43+172=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #972BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BAC is #68D453. Grayscale: #595959. Windows color (decimal): -6870100 or 11283351. OLE color: 11283351.
HSL color Cylindrical-coordinate representation of color #972BAC: hue angle of 290.23º 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 #972BAC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 43 | 172 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.33 |
| HSL | 290.23º | 0.6% | 0.42% | - |
| HSV(B) | 290.23º | 0.75% | 0.67% | - |
| XYZ | 21.07 | 11.29 | 40.1 | - |
| YUV | 90 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 172 | 0.12 | 0.75 | 0 | 0.33 | 290.23 | 0.6 | 0.42 |
| Hex | 97 | 2B | AC | C | 4B | 0 | 21 | 122 | 3C | 2A |
| Octal | 227 | 53 | 254 | 14 | 113 | 0 | 41 | 442 | 74 | 52 |
| Binary | 10010111 | 101011 | 10101100 | 1100 | 1001011 | 0 | 100001 | 100100010 | 111100 | 101010 |
Color Harmonies of #972BAC
Complementary color
Monochromatic Colors of #972BAC
Black with #972BAC
Text Example
Text Example
White with #972BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BAC; }
p { color: rgb(151,43,172); }
H1.HeaderClassName
{
color: #972BAC;
}
.AnyTagClassName
{
color: #972BAC;
}
</style>
background-color css
<style>
a { background-color: #972BAC; }
a { background-color: rgb(151,43,172); }
div.DivClassName
{
background-color: #972BAC;
}
.BgClassName
{
background-color: #972BAC;
}
</style>
border-color css
<style>
span { border-color: #972BAC; }
span { border-color: rgb(151,43,172); }
td.TdClassName
{
border-color: #972BAC;
}
.TagClassName
{
border-color: #972BAC;
}
</style>