Shades of Dark Orchid #973CBC
Tints of Dark Orchid #973CBC
RGB
CMYK
RGB Variations
Color information
#973CBC (or 0x973CBC) is known color: Dark Orchid. HEX triplet: 97, 3C and BC. RGB value is (151,60,188). Sum of RGB (Red+Green+Blue) = 151+60+188=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #973CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CBC is #68C343. Grayscale: #656565. Windows color (decimal): -6865732 or 12336279. OLE color: 12336279.
HSL color Cylindrical-coordinate representation of color #973CBC: hue angle of 282.66º degrees, saturation: 0.52, 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 #973CBC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 60 | 188 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.26 |
| HSL | 282.66º | 0.52% | 0.49% | - |
| HSV(B) | 282.66º | 0.68% | 0.74% | - |
| XYZ | 23.46 | 13.44 | 48.94 | - |
| YUV | 101.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 188 | 0.20 | 0.68 | 0 | 0.26 | 282.66 | 0.52 | 0.49 |
| Hex | 97 | 3C | BC | 14 | 44 | 0 | 1A | 11B | 34 | 31 |
| Octal | 227 | 74 | 274 | 24 | 104 | 0 | 32 | 433 | 64 | 61 |
| Binary | 10010111 | 111100 | 10111100 | 10100 | 1000100 | 0 | 11010 | 100011011 | 110100 | 110001 |
Color Harmonies of #973CBC
Complementary color
Monochromatic Colors of #973CBC
Black with #973CBC
Text Example
Text Example
White with #973CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CBC; }
p { color: rgb(151,60,188); }
H1.HeaderClassName
{
color: #973CBC;
}
.AnyTagClassName
{
color: #973CBC;
}
</style>
background-color css
<style>
a { background-color: #973CBC; }
a { background-color: rgb(151,60,188); }
div.DivClassName
{
background-color: #973CBC;
}
.BgClassName
{
background-color: #973CBC;
}
</style>
border-color css
<style>
span { border-color: #973CBC; }
span { border-color: rgb(151,60,188); }
td.TdClassName
{
border-color: #973CBC;
}
.TagClassName
{
border-color: #973CBC;
}
</style>