Shades of Dark Orchid #972DAF
Tints of Dark Orchid #972DAF
RGB
CMYK
RGB Variations
Color information
#972DAF (or 0x972DAF) is known color: Dark Orchid. HEX triplet: 97, 2D and AF. RGB value is (151,45,175). Sum of RGB (Red+Green+Blue) = 151+45+175=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #972DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972DAF is #68D250. Grayscale: #5B5B5B. Windows color (decimal): -6869585 or 11480471. OLE color: 11480471.
HSL color Cylindrical-coordinate representation of color #972DAF: hue angle of 288.92º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972DAF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 45 | 175 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.31 |
| HSL | 288.92º | 0.59% | 0.43% | - |
| HSV(B) | 288.92º | 0.74% | 0.69% | - |
| XYZ | 21.44 | 11.55 | 41.66 | - |
| YUV | 91.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 175 | 0.14 | 0.74 | 0 | 0.31 | 288.92 | 0.59 | 0.43 |
| Hex | 97 | 2D | AF | E | 4A | 0 | 1F | 121 | 3B | 2B |
| Octal | 227 | 55 | 257 | 16 | 112 | 0 | 37 | 441 | 73 | 53 |
| Binary | 10010111 | 101101 | 10101111 | 1110 | 1001010 | 0 | 11111 | 100100001 | 111011 | 101011 |
Color Harmonies of #972DAF
Complementary color
Monochromatic Colors of #972DAF
Black with #972DAF
Text Example
Text Example
White with #972DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DAF; }
p { color: rgb(151,45,175); }
H1.HeaderClassName
{
color: #972DAF;
}
.AnyTagClassName
{
color: #972DAF;
}
</style>
background-color css
<style>
a { background-color: #972DAF; }
a { background-color: rgb(151,45,175); }
div.DivClassName
{
background-color: #972DAF;
}
.BgClassName
{
background-color: #972DAF;
}
</style>
border-color css
<style>
span { border-color: #972DAF; }
span { border-color: rgb(151,45,175); }
td.TdClassName
{
border-color: #972DAF;
}
.TagClassName
{
border-color: #972DAF;
}
</style>