Shades of Dark Orchid #972CCF
Tints of Dark Orchid #972CCF
RGB
CMYK
RGB Variations
Color information
#972CCF (or 0x972CCF) is known color: Dark Orchid. HEX triplet: 97, 2C and CF. RGB value is (151,44,207). Sum of RGB (Red+Green+Blue) = 151+44+207=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #972CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CCF is #68D330. Grayscale: #5E5E5E. Windows color (decimal): -6869809 or 13577367. OLE color: 13577367.
HSL color Cylindrical-coordinate representation of color #972CCF: hue angle of 279.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972CCF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 44 | 207 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.19 |
| HSL | 279.39º | 0.65% | 0.49% | - |
| HSV(B) | 279.39º | 0.79% | 0.81% | - |
| XYZ | 24.93 | 12.89 | 60.2 | - |
| YUV | 94.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 207 | 0.27 | 0.79 | 0 | 0.19 | 279.39 | 0.65 | 0.49 |
| Hex | 97 | 2C | CF | 1B | 4F | 0 | 13 | 117 | 41 | 31 |
| Octal | 227 | 54 | 317 | 33 | 117 | 0 | 23 | 427 | 101 | 61 |
| Binary | 10010111 | 101100 | 11001111 | 11011 | 1001111 | 0 | 10011 | 100010111 | 1000001 | 110001 |
Color Harmonies of #972CCF
Complementary color
Monochromatic Colors of #972CCF
Black with #972CCF
Text Example
Text Example
White with #972CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CCF; }
p { color: rgb(151,44,207); }
H1.HeaderClassName
{
color: #972CCF;
}
.AnyTagClassName
{
color: #972CCF;
}
</style>
background-color css
<style>
a { background-color: #972CCF; }
a { background-color: rgb(151,44,207); }
div.DivClassName
{
background-color: #972CCF;
}
.BgClassName
{
background-color: #972CCF;
}
</style>
border-color css
<style>
span { border-color: #972CCF; }
span { border-color: rgb(151,44,207); }
td.TdClassName
{
border-color: #972CCF;
}
.TagClassName
{
border-color: #972CCF;
}
</style>