Shades of Dark Orchid #973FBC
Tints of Dark Orchid #973FBC
RGB
CMYK
RGB Variations
Color information
#973FBC (or 0x973FBC) is known color: Dark Orchid. HEX triplet: 97, 3F and BC. RGB value is (151,63,188). Sum of RGB (Red+Green+Blue) = 151+63+188=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #973FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FBC is #68C043. Grayscale: #676767. Windows color (decimal): -6864964 or 12337047. OLE color: 12337047.
HSL color Cylindrical-coordinate representation of color #973FBC: hue angle of 282.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973FBC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 63 | 188 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.26 |
| HSL | 282.24º | 0.5% | 0.49% | - |
| HSV(B) | 282.24º | 0.66% | 0.74% | - |
| XYZ | 23.62 | 13.77 | 48.99 | - |
| YUV | 103.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 188 | 0.20 | 0.66 | 0 | 0.26 | 282.24 | 0.5 | 0.49 |
| Hex | 97 | 3F | BC | 14 | 42 | 0 | 1A | 11A | 32 | 31 |
| Octal | 227 | 77 | 274 | 24 | 102 | 0 | 32 | 432 | 62 | 61 |
| Binary | 10010111 | 111111 | 10111100 | 10100 | 1000010 | 0 | 11010 | 100011010 | 110010 | 110001 |
Color Harmonies of #973FBC
Complementary color
Monochromatic Colors of #973FBC
Black with #973FBC
Text Example
Text Example
White with #973FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FBC; }
p { color: rgb(151,63,188); }
H1.HeaderClassName
{
color: #973FBC;
}
.AnyTagClassName
{
color: #973FBC;
}
</style>
background-color css
<style>
a { background-color: #973FBC; }
a { background-color: rgb(151,63,188); }
div.DivClassName
{
background-color: #973FBC;
}
.BgClassName
{
background-color: #973FBC;
}
</style>
border-color css
<style>
span { border-color: #973FBC; }
span { border-color: rgb(151,63,188); }
td.TdClassName
{
border-color: #973FBC;
}
.TagClassName
{
border-color: #973FBC;
}
</style>