Shades of Dark Orchid #972BCF
Tints of Dark Orchid #972BCF
RGB
CMYK
RGB Variations
Color information
#972BCF (or 0x972BCF) is known color: Dark Orchid. HEX triplet: 97, 2B and CF. RGB value is (151,43,207). Sum of RGB (Red+Green+Blue) = 151+43+207=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #972BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BCF is #68D430. Grayscale: #5D5D5D. Windows color (decimal): -6870065 or 13577111. OLE color: 13577111.
HSL color Cylindrical-coordinate representation of color #972BCF: hue angle of 279.51º degrees, saturation: 0.66, 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 #972BCF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 43 | 207 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.19 |
| HSL | 279.51º | 0.66% | 0.49% | - |
| HSV(B) | 279.51º | 0.79% | 0.81% | - |
| XYZ | 24.89 | 12.81 | 60.19 | - |
| YUV | 93.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 207 | 0.27 | 0.79 | 0 | 0.19 | 279.51 | 0.66 | 0.49 |
| Hex | 97 | 2B | CF | 1B | 4F | 0 | 13 | 118 | 42 | 31 |
| Octal | 227 | 53 | 317 | 33 | 117 | 0 | 23 | 430 | 102 | 61 |
| Binary | 10010111 | 101011 | 11001111 | 11011 | 1001111 | 0 | 10011 | 100011000 | 1000010 | 110001 |
Color Harmonies of #972BCF
Complementary color
Monochromatic Colors of #972BCF
Black with #972BCF
Text Example
Text Example
White with #972BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BCF; }
p { color: rgb(151,43,207); }
H1.HeaderClassName
{
color: #972BCF;
}
.AnyTagClassName
{
color: #972BCF;
}
</style>
background-color css
<style>
a { background-color: #972BCF; }
a { background-color: rgb(151,43,207); }
div.DivClassName
{
background-color: #972BCF;
}
.BgClassName
{
background-color: #972BCF;
}
</style>
border-color css
<style>
span { border-color: #972BCF; }
span { border-color: rgb(151,43,207); }
td.TdClassName
{
border-color: #972BCF;
}
.TagClassName
{
border-color: #972BCF;
}
</style>