Shades of Dark Orchid #972FCC
Tints of Dark Orchid #972FCC
RGB
CMYK
RGB Variations
Color information
#972FCC (or 0x972FCC) is known color: Dark Orchid. HEX triplet: 97, 2F and CC. RGB value is (151,47,204). Sum of RGB (Red+Green+Blue) = 151+47+204=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #972FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FCC is #68D033. Grayscale: #5F5F5F. Windows color (decimal): -6869044 or 13381527. OLE color: 13381527.
HSL color Cylindrical-coordinate representation of color #972FCC: hue angle of 279.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972FCC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 47 | 204 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.2 |
| HSL | 279.75º | 0.63% | 0.49% | - |
| HSV(B) | 279.75º | 0.77% | 0.8% | - |
| XYZ | 24.68 | 12.97 | 58.33 | - |
| YUV | 95.99 | 188.96 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 204 | 0.26 | 0.77 | 0 | 0.2 | 279.75 | 0.63 | 0.49 |
| Hex | 97 | 2F | CC | 1A | 4D | 0 | 14 | 118 | 3F | 31 |
| Octal | 227 | 57 | 314 | 32 | 115 | 0 | 24 | 430 | 77 | 61 |
| Binary | 10010111 | 101111 | 11001100 | 11010 | 1001101 | 0 | 10100 | 100011000 | 111111 | 110001 |
Color Harmonies of #972FCC
Complementary color
Monochromatic Colors of #972FCC
Black with #972FCC
Text Example
Text Example
White with #972FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FCC; }
p { color: rgb(151,47,204); }
H1.HeaderClassName
{
color: #972FCC;
}
.AnyTagClassName
{
color: #972FCC;
}
</style>
background-color css
<style>
a { background-color: #972FCC; }
a { background-color: rgb(151,47,204); }
div.DivClassName
{
background-color: #972FCC;
}
.BgClassName
{
background-color: #972FCC;
}
</style>
border-color css
<style>
span { border-color: #972FCC; }
span { border-color: rgb(151,47,204); }
td.TdClassName
{
border-color: #972FCC;
}
.TagClassName
{
border-color: #972FCC;
}
</style>