Shades of Dark Orchid #972DBD
Tints of Dark Orchid #972DBD
RGB
CMYK
RGB Variations
Color information
#972DBD (or 0x972DBD) is known color: Dark Orchid. HEX triplet: 97, 2D and BD. RGB value is (151,45,189). Sum of RGB (Red+Green+Blue) = 151+45+189=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #972DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DBD is #68D242. Grayscale: #5C5C5C. Windows color (decimal): -6869571 or 12397975. OLE color: 12397975.
HSL color Cylindrical-coordinate representation of color #972DBD: hue angle of 284.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972DBD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 45 | 189 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.26 |
| HSL | 284.17º | 0.62% | 0.46% | - |
| HSV(B) | 284.17º | 0.76% | 0.74% | - |
| XYZ | 22.89 | 12.13 | 49.28 | - |
| YUV | 93.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 189 | 0.20 | 0.76 | 0 | 0.26 | 284.17 | 0.62 | 0.46 |
| Hex | 97 | 2D | BD | 14 | 4C | 0 | 1A | 11C | 3E | 2E |
| Octal | 227 | 55 | 275 | 24 | 114 | 0 | 32 | 434 | 76 | 56 |
| Binary | 10010111 | 101101 | 10111101 | 10100 | 1001100 | 0 | 11010 | 100011100 | 111110 | 101110 |
Color Harmonies of #972DBD
Complementary color
Monochromatic Colors of #972DBD
Black with #972DBD
Text Example
Text Example
White with #972DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DBD; }
p { color: rgb(151,45,189); }
H1.HeaderClassName
{
color: #972DBD;
}
.AnyTagClassName
{
color: #972DBD;
}
</style>
background-color css
<style>
a { background-color: #972DBD; }
a { background-color: rgb(151,45,189); }
div.DivClassName
{
background-color: #972DBD;
}
.BgClassName
{
background-color: #972DBD;
}
</style>
border-color css
<style>
span { border-color: #972DBD; }
span { border-color: rgb(151,45,189); }
td.TdClassName
{
border-color: #972DBD;
}
.TagClassName
{
border-color: #972DBD;
}
</style>