Shades of Dark Orchid #972CAC
Tints of Dark Orchid #972CAC
RGB
CMYK
RGB Variations
Color information
#972CAC (or 0x972CAC) is known color: Dark Orchid. HEX triplet: 97, 2C and AC. RGB value is (151,44,172). Sum of RGB (Red+Green+Blue) = 151+44+172=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #972CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972CAC is #68D353. Grayscale: #5A5A5A. Windows color (decimal): -6869844 or 11283607. OLE color: 11283607.
HSL color Cylindrical-coordinate representation of color #972CAC: hue angle of 290.16º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972CAC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 44 | 172 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.33 |
| HSL | 290.16º | 0.59% | 0.42% | - |
| HSV(B) | 290.16º | 0.74% | 0.67% | - |
| XYZ | 21.11 | 11.36 | 40.11 | - |
| YUV | 90.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 172 | 0.12 | 0.74 | 0 | 0.33 | 290.16 | 0.59 | 0.42 |
| Hex | 97 | 2C | AC | C | 4A | 0 | 21 | 122 | 3B | 2A |
| Octal | 227 | 54 | 254 | 14 | 112 | 0 | 41 | 442 | 73 | 52 |
| Binary | 10010111 | 101100 | 10101100 | 1100 | 1001010 | 0 | 100001 | 100100010 | 111011 | 101010 |
Color Harmonies of #972CAC
Complementary color
Monochromatic Colors of #972CAC
Black with #972CAC
Text Example
Text Example
White with #972CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CAC; }
p { color: rgb(151,44,172); }
H1.HeaderClassName
{
color: #972CAC;
}
.AnyTagClassName
{
color: #972CAC;
}
</style>
background-color css
<style>
a { background-color: #972CAC; }
a { background-color: rgb(151,44,172); }
div.DivClassName
{
background-color: #972CAC;
}
.BgClassName
{
background-color: #972CAC;
}
</style>
border-color css
<style>
span { border-color: #972CAC; }
span { border-color: rgb(151,44,172); }
td.TdClassName
{
border-color: #972CAC;
}
.TagClassName
{
border-color: #972CAC;
}
</style>