Shades of Dark Orchid #972AD5
Tints of Dark Orchid #972AD5
RGB
CMYK
RGB Variations
Color information
#972AD5 (or 0x972AD5) is known color: Dark Orchid. HEX triplet: 97, 2A and D5. RGB value is (151,42,213). Sum of RGB (Red+Green+Blue) = 151+42+213=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #972AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972AD5 is #68D52A. Grayscale: #5D5D5D. Windows color (decimal): -6870315 or 13970071. OLE color: 13970071.
HSL color Cylindrical-coordinate representation of color #972AD5: hue angle of 278.25º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972AD5 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 42 | 213 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.16 |
| HSL | 278.25º | 0.67% | 0.5% | - |
| HSV(B) | 278.25º | 0.8% | 0.84% | - |
| XYZ | 25.6 | 13.04 | 64.12 | - |
| YUV | 94.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 213 | 0.29 | 0.80 | 0 | 0.16 | 278.25 | 0.67 | 0.5 |
| Hex | 97 | 2A | D5 | 1D | 50 | 0 | 10 | 116 | 43 | 32 |
| Octal | 227 | 52 | 325 | 35 | 120 | 0 | 20 | 426 | 103 | 62 |
| Binary | 10010111 | 101010 | 11010101 | 11101 | 1010000 | 0 | 10000 | 100010110 | 1000011 | 110010 |
Color Harmonies of #972AD5
Complementary color
Monochromatic Colors of #972AD5
Black with #972AD5
Text Example
Text Example
White with #972AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972AD5; }
p { color: rgb(151,42,213); }
H1.HeaderClassName
{
color: #972AD5;
}
.AnyTagClassName
{
color: #972AD5;
}
</style>
background-color css
<style>
a { background-color: #972AD5; }
a { background-color: rgb(151,42,213); }
div.DivClassName
{
background-color: #972AD5;
}
.BgClassName
{
background-color: #972AD5;
}
</style>
border-color css
<style>
span { border-color: #972AD5; }
span { border-color: rgb(151,42,213); }
td.TdClassName
{
border-color: #972AD5;
}
.TagClassName
{
border-color: #972AD5;
}
</style>