Shades of Dark Orchid #972DBF
Tints of Dark Orchid #972DBF
RGB
CMYK
RGB Variations
Color information
#972DBF (or 0x972DBF) is known color: Dark Orchid. HEX triplet: 97, 2D and BF. RGB value is (151,45,191). Sum of RGB (Red+Green+Blue) = 151+45+191=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #972DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DBF is #68D240. Grayscale: #5C5C5C. Windows color (decimal): -6869569 or 12529047. OLE color: 12529047.
HSL color Cylindrical-coordinate representation of color #972DBF: hue angle of 283.56º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972DBF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 45 | 191 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.25 |
| HSL | 283.56º | 0.62% | 0.46% | - |
| HSV(B) | 283.56º | 0.76% | 0.75% | - |
| XYZ | 23.1 | 12.22 | 50.43 | - |
| YUV | 93.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 191 | 0.21 | 0.76 | 0 | 0.25 | 283.56 | 0.62 | 0.46 |
| Hex | 97 | 2D | BF | 15 | 4C | 0 | 19 | 11C | 3E | 2E |
| Octal | 227 | 55 | 277 | 25 | 114 | 0 | 31 | 434 | 76 | 56 |
| Binary | 10010111 | 101101 | 10111111 | 10101 | 1001100 | 0 | 11001 | 100011100 | 111110 | 101110 |
Color Harmonies of #972DBF
Complementary color
Monochromatic Colors of #972DBF
Black with #972DBF
Text Example
Text Example
White with #972DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DBF; }
p { color: rgb(151,45,191); }
H1.HeaderClassName
{
color: #972DBF;
}
.AnyTagClassName
{
color: #972DBF;
}
</style>
background-color css
<style>
a { background-color: #972DBF; }
a { background-color: rgb(151,45,191); }
div.DivClassName
{
background-color: #972DBF;
}
.BgClassName
{
background-color: #972DBF;
}
</style>
border-color css
<style>
span { border-color: #972DBF; }
span { border-color: rgb(151,45,191); }
td.TdClassName
{
border-color: #972DBF;
}
.TagClassName
{
border-color: #972DBF;
}
</style>