Shades of Dark Orchid #972CC9
Tints of Dark Orchid #972CC9
RGB
CMYK
RGB Variations
Color information
#972CC9 (or 0x972CC9) is known color: Dark Orchid. HEX triplet: 97, 2C and C9. RGB value is (151,44,201). Sum of RGB (Red+Green+Blue) = 151+44+201=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #972CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CC9 is #68D336. Grayscale: #5D5D5D. Windows color (decimal): -6869815 or 13184151. OLE color: 13184151.
HSL color Cylindrical-coordinate representation of color #972CC9: hue angle of 280.89º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972CC9 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 44 | 201 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.21 |
| HSL | 280.89º | 0.64% | 0.48% | - |
| HSV(B) | 280.89º | 0.78% | 0.79% | - |
| XYZ | 24.21 | 12.6 | 56.41 | - |
| YUV | 93.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 201 | 0.25 | 0.78 | 0 | 0.21 | 280.89 | 0.64 | 0.48 |
| Hex | 97 | 2C | C9 | 19 | 4E | 0 | 15 | 119 | 40 | 30 |
| Octal | 227 | 54 | 311 | 31 | 116 | 0 | 25 | 431 | 100 | 60 |
| Binary | 10010111 | 101100 | 11001001 | 11001 | 1001110 | 0 | 10101 | 100011001 | 1000000 | 110000 |
Color Harmonies of #972CC9
Complementary color
Monochromatic Colors of #972CC9
Black with #972CC9
Text Example
Text Example
White with #972CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CC9; }
p { color: rgb(151,44,201); }
H1.HeaderClassName
{
color: #972CC9;
}
.AnyTagClassName
{
color: #972CC9;
}
</style>
background-color css
<style>
a { background-color: #972CC9; }
a { background-color: rgb(151,44,201); }
div.DivClassName
{
background-color: #972CC9;
}
.BgClassName
{
background-color: #972CC9;
}
</style>
border-color css
<style>
span { border-color: #972CC9; }
span { border-color: rgb(151,44,201); }
td.TdClassName
{
border-color: #972CC9;
}
.TagClassName
{
border-color: #972CC9;
}
</style>