Shades of Dark Orchid #972CCA
Tints of Dark Orchid #972CCA
RGB
CMYK
RGB Variations
Color information
#972CCA (or 0x972CCA) is known color: Dark Orchid. HEX triplet: 97, 2C and CA. RGB value is (151,44,202). Sum of RGB (Red+Green+Blue) = 151+44+202=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #972CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CCA is #68D335. Grayscale: #5D5D5D. Windows color (decimal): -6869814 or 13249687. OLE color: 13249687.
HSL color Cylindrical-coordinate representation of color #972CCA: hue angle of 280.63º 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 #972CCA is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 44 | 202 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.21 |
| HSL | 280.63º | 0.64% | 0.48% | - |
| HSV(B) | 280.63º | 0.78% | 0.79% | - |
| XYZ | 24.32 | 12.64 | 57.04 | - |
| YUV | 94.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 202 | 0.25 | 0.78 | 0 | 0.21 | 280.63 | 0.64 | 0.48 |
| Hex | 97 | 2C | CA | 19 | 4E | 0 | 15 | 119 | 40 | 30 |
| Octal | 227 | 54 | 312 | 31 | 116 | 0 | 25 | 431 | 100 | 60 |
| Binary | 10010111 | 101100 | 11001010 | 11001 | 1001110 | 0 | 10101 | 100011001 | 1000000 | 110000 |
Color Harmonies of #972CCA
Complementary color
Monochromatic Colors of #972CCA
Black with #972CCA
Text Example
Text Example
White with #972CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CCA; }
p { color: rgb(151,44,202); }
H1.HeaderClassName
{
color: #972CCA;
}
.AnyTagClassName
{
color: #972CCA;
}
</style>
background-color css
<style>
a { background-color: #972CCA; }
a { background-color: rgb(151,44,202); }
div.DivClassName
{
background-color: #972CCA;
}
.BgClassName
{
background-color: #972CCA;
}
</style>
border-color css
<style>
span { border-color: #972CCA; }
span { border-color: rgb(151,44,202); }
td.TdClassName
{
border-color: #972CCA;
}
.TagClassName
{
border-color: #972CCA;
}
</style>