Shades of Dark Orchid #972AAC
Tints of Dark Orchid #972AAC
RGB
CMYK
RGB Variations
Color information
#972AAC (or 0x972AAC) is known color: Dark Orchid. HEX triplet: 97, 2A and AC. RGB value is (151,42,172). Sum of RGB (Red+Green+Blue) = 151+42+172=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #972AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972AAC is #68D553. Grayscale: #595959. Windows color (decimal): -6870356 or 11283095. OLE color: 11283095.
HSL color Cylindrical-coordinate representation of color #972AAC: hue angle of 290.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972AAC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 42 | 172 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.33 |
| HSL | 290.31º | 0.61% | 0.42% | - |
| HSV(B) | 290.31º | 0.76% | 0.67% | - |
| XYZ | 21.04 | 11.21 | 40.09 | - |
| YUV | 89.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 172 | 0.12 | 0.76 | 0 | 0.33 | 290.31 | 0.61 | 0.42 |
| Hex | 97 | 2A | AC | C | 4C | 0 | 21 | 122 | 3D | 2A |
| Octal | 227 | 52 | 254 | 14 | 114 | 0 | 41 | 442 | 75 | 52 |
| Binary | 10010111 | 101010 | 10101100 | 1100 | 1001100 | 0 | 100001 | 100100010 | 111101 | 101010 |
Color Harmonies of #972AAC
Complementary color
Monochromatic Colors of #972AAC
Black with #972AAC
Text Example
Text Example
White with #972AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972AAC; }
p { color: rgb(151,42,172); }
H1.HeaderClassName
{
color: #972AAC;
}
.AnyTagClassName
{
color: #972AAC;
}
</style>
background-color css
<style>
a { background-color: #972AAC; }
a { background-color: rgb(151,42,172); }
div.DivClassName
{
background-color: #972AAC;
}
.BgClassName
{
background-color: #972AAC;
}
</style>
border-color css
<style>
span { border-color: #972AAC; }
span { border-color: rgb(151,42,172); }
td.TdClassName
{
border-color: #972AAC;
}
.TagClassName
{
border-color: #972AAC;
}
</style>