Shades of Dark Orchid #972ECF
Tints of Dark Orchid #972ECF
RGB
CMYK
RGB Variations
Color information
#972ECF (or 0x972ECF) is known color: Dark Orchid. HEX triplet: 97, 2E and CF. RGB value is (151,46,207). Sum of RGB (Red+Green+Blue) = 151+46+207=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #972ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ECF is #68D130. Grayscale: #5F5F5F. Windows color (decimal): -6869297 or 13577879. OLE color: 13577879.
HSL color Cylindrical-coordinate representation of color #972ECF: hue angle of 279.13º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972ECF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 46 | 207 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279.13º | 0.64% | 0.5% | - |
| HSV(B) | 279.13º | 0.78% | 0.81% | - |
| XYZ | 25 | 13.04 | 60.23 | - |
| YUV | 95.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 207 | 0.27 | 0.78 | 0 | 0.19 | 279.13 | 0.64 | 0.5 |
| Hex | 97 | 2E | CF | 1B | 4E | 0 | 13 | 117 | 40 | 32 |
| Octal | 227 | 56 | 317 | 33 | 116 | 0 | 23 | 427 | 100 | 62 |
| Binary | 10010111 | 101110 | 11001111 | 11011 | 1001110 | 0 | 10011 | 100010111 | 1000000 | 110010 |
Color Harmonies of #972ECF
Complementary color
Monochromatic Colors of #972ECF
Black with #972ECF
Text Example
Text Example
White with #972ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ECF; }
p { color: rgb(151,46,207); }
H1.HeaderClassName
{
color: #972ECF;
}
.AnyTagClassName
{
color: #972ECF;
}
</style>
background-color css
<style>
a { background-color: #972ECF; }
a { background-color: rgb(151,46,207); }
div.DivClassName
{
background-color: #972ECF;
}
.BgClassName
{
background-color: #972ECF;
}
</style>
border-color css
<style>
span { border-color: #972ECF; }
span { border-color: rgb(151,46,207); }
td.TdClassName
{
border-color: #972ECF;
}
.TagClassName
{
border-color: #972ECF;
}
</style>