Shades of Dark Orchid #972FB7
Tints of Dark Orchid #972FB7
RGB
CMYK
RGB Variations
Color information
#972FB7 (or 0x972FB7) is known color: Dark Orchid. HEX triplet: 97, 2F and B7. RGB value is (151,47,183). Sum of RGB (Red+Green+Blue) = 151+47+183=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #972FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FB7 is #68D048. Grayscale: #5D5D5D. Windows color (decimal): -6869065 or 12005271. OLE color: 12005271.
HSL color Cylindrical-coordinate representation of color #972FB7: hue angle of 285.88º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972FB7 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 47 | 183 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.28 |
| HSL | 285.88º | 0.59% | 0.45% | - |
| HSV(B) | 285.88º | 0.74% | 0.72% | - |
| XYZ | 22.33 | 12.03 | 45.95 | - |
| YUV | 93.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 183 | 0.17 | 0.74 | 0 | 0.28 | 285.88 | 0.59 | 0.45 |
| Hex | 97 | 2F | B7 | 11 | 4A | 0 | 1C | 11E | 3B | 2D |
| Octal | 227 | 57 | 267 | 21 | 112 | 0 | 34 | 436 | 73 | 55 |
| Binary | 10010111 | 101111 | 10110111 | 10001 | 1001010 | 0 | 11100 | 100011110 | 111011 | 101101 |
Color Harmonies of #972FB7
Complementary color
Monochromatic Colors of #972FB7
Black with #972FB7
Text Example
Text Example
White with #972FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FB7; }
p { color: rgb(151,47,183); }
H1.HeaderClassName
{
color: #972FB7;
}
.AnyTagClassName
{
color: #972FB7;
}
</style>
background-color css
<style>
a { background-color: #972FB7; }
a { background-color: rgb(151,47,183); }
div.DivClassName
{
background-color: #972FB7;
}
.BgClassName
{
background-color: #972FB7;
}
</style>
border-color css
<style>
span { border-color: #972FB7; }
span { border-color: rgb(151,47,183); }
td.TdClassName
{
border-color: #972FB7;
}
.TagClassName
{
border-color: #972FB7;
}
</style>