Shades of Dark Orchid #972CDA
Tints of Dark Orchid #972CDA
RGB
CMYK
RGB Variations
Color information
#972CDA (or 0x972CDA) is known color: Dark Orchid. HEX triplet: 97, 2C and DA. RGB value is (151,44,218). Sum of RGB (Red+Green+Blue) = 151+44+218=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #972CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CDA is #68D325. Grayscale: #5F5F5F. Windows color (decimal): -6869798 or 14298263. OLE color: 14298263.
HSL color Cylindrical-coordinate representation of color #972CDA: hue angle of 276.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972CDA is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 44 | 218 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.15 |
| HSL | 276.9º | 0.7% | 0.51% | - |
| HSV(B) | 276.9º | 0.8% | 0.85% | - |
| XYZ | 26.32 | 13.44 | 67.54 | - |
| YUV | 95.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 218 | 0.31 | 0.80 | 0 | 0.15 | 276.9 | 0.7 | 0.51 |
| Hex | 97 | 2C | DA | 1F | 50 | 0 | F | 115 | 46 | 33 |
| Octal | 227 | 54 | 332 | 37 | 120 | 0 | 17 | 425 | 106 | 63 |
| Binary | 10010111 | 101100 | 11011010 | 11111 | 1010000 | 0 | 1111 | 100010101 | 1000110 | 110011 |
Color Harmonies of #972CDA
Complementary color
Monochromatic Colors of #972CDA
Black with #972CDA
Text Example
Text Example
White with #972CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CDA; }
p { color: rgb(151,44,218); }
H1.HeaderClassName
{
color: #972CDA;
}
.AnyTagClassName
{
color: #972CDA;
}
</style>
background-color css
<style>
a { background-color: #972CDA; }
a { background-color: rgb(151,44,218); }
div.DivClassName
{
background-color: #972CDA;
}
.BgClassName
{
background-color: #972CDA;
}
</style>
border-color css
<style>
span { border-color: #972CDA; }
span { border-color: rgb(151,44,218); }
td.TdClassName
{
border-color: #972CDA;
}
.TagClassName
{
border-color: #972CDA;
}
</style>