Shades of Dark Orchid #972DB3
Tints of Dark Orchid #972DB3
RGB
CMYK
RGB Variations
Color information
#972DB3 (or 0x972DB3) is known color: Dark Orchid. HEX triplet: 97, 2D and B3. RGB value is (151,45,179). Sum of RGB (Red+Green+Blue) = 151+45+179=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #972DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DB3 is #68D24C. Grayscale: #5B5B5B. Windows color (decimal): -6869581 or 11742615. OLE color: 11742615.
HSL color Cylindrical-coordinate representation of color #972DB3: hue angle of 287.46º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972DB3 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 45 | 179 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.30 |
| HSL | 287.46º | 0.6% | 0.44% | - |
| HSV(B) | 287.46º | 0.75% | 0.7% | - |
| XYZ | 21.84 | 11.71 | 43.76 | - |
| YUV | 91.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 179 | 0.16 | 0.75 | 0 | 0.30 | 287.46 | 0.6 | 0.44 |
| Hex | 97 | 2D | B3 | 10 | 4B | 0 | 1E | 11F | 3C | 2C |
| Octal | 227 | 55 | 263 | 20 | 113 | 0 | 36 | 437 | 74 | 54 |
| Binary | 10010111 | 101101 | 10110011 | 10000 | 1001011 | 0 | 11110 | 100011111 | 111100 | 101100 |
Color Harmonies of #972DB3
Complementary color
Monochromatic Colors of #972DB3
Black with #972DB3
Text Example
Text Example
White with #972DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DB3; }
p { color: rgb(151,45,179); }
H1.HeaderClassName
{
color: #972DB3;
}
.AnyTagClassName
{
color: #972DB3;
}
</style>
background-color css
<style>
a { background-color: #972DB3; }
a { background-color: rgb(151,45,179); }
div.DivClassName
{
background-color: #972DB3;
}
.BgClassName
{
background-color: #972DB3;
}
</style>
border-color css
<style>
span { border-color: #972DB3; }
span { border-color: rgb(151,45,179); }
td.TdClassName
{
border-color: #972DB3;
}
.TagClassName
{
border-color: #972DB3;
}
</style>