Shades of Dark Orchid #972DAC
Tints of Dark Orchid #972DAC
RGB
CMYK
RGB Variations
Color information
#972DAC (or 0x972DAC) is known color: Dark Orchid. HEX triplet: 97, 2D and AC. RGB value is (151,45,172). Sum of RGB (Red+Green+Blue) = 151+45+172=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #972DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972DAC is #68D253. Grayscale: #5A5A5A. Windows color (decimal): -6869588 or 11283863. OLE color: 11283863.
HSL color Cylindrical-coordinate representation of color #972DAC: hue angle of 290.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972DAC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 45 | 172 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.33 |
| HSL | 290.08º | 0.59% | 0.43% | - |
| HSV(B) | 290.08º | 0.74% | 0.67% | - |
| XYZ | 21.15 | 11.43 | 40.12 | - |
| YUV | 91.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 172 | 0.12 | 0.74 | 0 | 0.33 | 290.08 | 0.59 | 0.43 |
| Hex | 97 | 2D | AC | C | 4A | 0 | 21 | 122 | 3B | 2B |
| Octal | 227 | 55 | 254 | 14 | 112 | 0 | 41 | 442 | 73 | 53 |
| Binary | 10010111 | 101101 | 10101100 | 1100 | 1001010 | 0 | 100001 | 100100010 | 111011 | 101011 |
Color Harmonies of #972DAC
Complementary color
Monochromatic Colors of #972DAC
Black with #972DAC
Text Example
Text Example
White with #972DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DAC; }
p { color: rgb(151,45,172); }
H1.HeaderClassName
{
color: #972DAC;
}
.AnyTagClassName
{
color: #972DAC;
}
</style>
background-color css
<style>
a { background-color: #972DAC; }
a { background-color: rgb(151,45,172); }
div.DivClassName
{
background-color: #972DAC;
}
.BgClassName
{
background-color: #972DAC;
}
</style>
border-color css
<style>
span { border-color: #972DAC; }
span { border-color: rgb(151,45,172); }
td.TdClassName
{
border-color: #972DAC;
}
.TagClassName
{
border-color: #972DAC;
}
</style>