Shades of Dark Orchid #972FCE
Tints of Dark Orchid #972FCE
RGB
CMYK
RGB Variations
Color information
#972FCE (or 0x972FCE) is known color: Dark Orchid. HEX triplet: 97, 2F and CE. RGB value is (151,47,206). Sum of RGB (Red+Green+Blue) = 151+47+206=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #972FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FCE is #68D031. Grayscale: #5F5F5F. Windows color (decimal): -6869042 or 13512599. OLE color: 13512599.
HSL color Cylindrical-coordinate representation of color #972FCE: hue angle of 279.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972FCE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 47 | 206 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.19 |
| HSL | 279.25º | 0.63% | 0.5% | - |
| HSV(B) | 279.25º | 0.77% | 0.81% | - |
| XYZ | 24.92 | 13.07 | 59.6 | - |
| YUV | 96.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 206 | 0.27 | 0.77 | 0 | 0.19 | 279.25 | 0.63 | 0.5 |
| Hex | 97 | 2F | CE | 1B | 4D | 0 | 13 | 117 | 3F | 32 |
| Octal | 227 | 57 | 316 | 33 | 115 | 0 | 23 | 427 | 77 | 62 |
| Binary | 10010111 | 101111 | 11001110 | 11011 | 1001101 | 0 | 10011 | 100010111 | 111111 | 110010 |
Color Harmonies of #972FCE
Complementary color
Monochromatic Colors of #972FCE
Black with #972FCE
Text Example
Text Example
White with #972FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FCE; }
p { color: rgb(151,47,206); }
H1.HeaderClassName
{
color: #972FCE;
}
.AnyTagClassName
{
color: #972FCE;
}
</style>
background-color css
<style>
a { background-color: #972FCE; }
a { background-color: rgb(151,47,206); }
div.DivClassName
{
background-color: #972FCE;
}
.BgClassName
{
background-color: #972FCE;
}
</style>
border-color css
<style>
span { border-color: #972FCE; }
span { border-color: rgb(151,47,206); }
td.TdClassName
{
border-color: #972FCE;
}
.TagClassName
{
border-color: #972FCE;
}
</style>