Shades of Dark Orchid #973DBC
Tints of Dark Orchid #973DBC
RGB
CMYK
RGB Variations
Color information
#973DBC (or 0x973DBC) is known color: Dark Orchid. HEX triplet: 97, 3D and BC. RGB value is (151,61,188). Sum of RGB (Red+Green+Blue) = 151+61+188=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #973DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DBC is #68C243. Grayscale: #656565. Windows color (decimal): -6865476 or 12336535. OLE color: 12336535.
HSL color Cylindrical-coordinate representation of color #973DBC: hue angle of 282.52º 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 #973DBC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 61 | 188 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.26 |
| HSL | 282.52º | 0.51% | 0.49% | - |
| HSV(B) | 282.52º | 0.68% | 0.74% | - |
| XYZ | 23.51 | 13.55 | 48.95 | - |
| YUV | 102.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 188 | 0.20 | 0.68 | 0 | 0.26 | 282.52 | 0.51 | 0.49 |
| Hex | 97 | 3D | BC | 14 | 44 | 0 | 1A | 11B | 33 | 31 |
| Octal | 227 | 75 | 274 | 24 | 104 | 0 | 32 | 433 | 63 | 61 |
| Binary | 10010111 | 111101 | 10111100 | 10100 | 1000100 | 0 | 11010 | 100011011 | 110011 | 110001 |
Color Harmonies of #973DBC
Complementary color
Monochromatic Colors of #973DBC
Black with #973DBC
Text Example
Text Example
White with #973DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DBC; }
p { color: rgb(151,61,188); }
H1.HeaderClassName
{
color: #973DBC;
}
.AnyTagClassName
{
color: #973DBC;
}
</style>
background-color css
<style>
a { background-color: #973DBC; }
a { background-color: rgb(151,61,188); }
div.DivClassName
{
background-color: #973DBC;
}
.BgClassName
{
background-color: #973DBC;
}
</style>
border-color css
<style>
span { border-color: #973DBC; }
span { border-color: rgb(151,61,188); }
td.TdClassName
{
border-color: #973DBC;
}
.TagClassName
{
border-color: #973DBC;
}
</style>