Shades of Dark Orchid #973DBD
Tints of Dark Orchid #973DBD
RGB
CMYK
RGB Variations
Color information
#973DBD (or 0x973DBD) is known color: Dark Orchid. HEX triplet: 97, 3D and BD. RGB value is (151,61,189). Sum of RGB (Red+Green+Blue) = 151+61+189=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #973DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DBD is #68C242. Grayscale: #666666. Windows color (decimal): -6865475 or 12402071. OLE color: 12402071.
HSL color Cylindrical-coordinate representation of color #973DBD: hue angle of 282.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973DBD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 61 | 189 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.26 |
| HSL | 282.19º | 0.51% | 0.49% | - |
| HSV(B) | 282.19º | 0.68% | 0.74% | - |
| XYZ | 23.62 | 13.59 | 49.52 | - |
| YUV | 102.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 189 | 0.20 | 0.68 | 0 | 0.26 | 282.19 | 0.51 | 0.49 |
| Hex | 97 | 3D | BD | 14 | 44 | 0 | 1A | 11A | 33 | 31 |
| Octal | 227 | 75 | 275 | 24 | 104 | 0 | 32 | 432 | 63 | 61 |
| Binary | 10010111 | 111101 | 10111101 | 10100 | 1000100 | 0 | 11010 | 100011010 | 110011 | 110001 |
Color Harmonies of #973DBD
Complementary color
Monochromatic Colors of #973DBD
Black with #973DBD
Text Example
Text Example
White with #973DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DBD; }
p { color: rgb(151,61,189); }
H1.HeaderClassName
{
color: #973DBD;
}
.AnyTagClassName
{
color: #973DBD;
}
</style>
background-color css
<style>
a { background-color: #973DBD; }
a { background-color: rgb(151,61,189); }
div.DivClassName
{
background-color: #973DBD;
}
.BgClassName
{
background-color: #973DBD;
}
</style>
border-color css
<style>
span { border-color: #973DBD; }
span { border-color: rgb(151,61,189); }
td.TdClassName
{
border-color: #973DBD;
}
.TagClassName
{
border-color: #973DBD;
}
</style>