Shades of Dark Orchid #973CBE
Tints of Dark Orchid #973CBE
RGB
CMYK
RGB Variations
Color information
#973CBE (or 0x973CBE) is known color: Dark Orchid. HEX triplet: 97, 3C and BE. RGB value is (151,60,190). Sum of RGB (Red+Green+Blue) = 151+60+190=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #973CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CBE is #68C341. Grayscale: #656565. Windows color (decimal): -6865730 or 12467351. OLE color: 12467351.
HSL color Cylindrical-coordinate representation of color #973CBE: hue angle of 282º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973CBE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 60 | 190 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.25 |
| HSL | 282º | 0.52% | 0.49% | - |
| HSV(B) | 282º | 0.68% | 0.75% | - |
| XYZ | 23.67 | 13.53 | 50.08 | - |
| YUV | 102.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 190 | 0.21 | 0.68 | 0 | 0.25 | 282 | 0.52 | 0.49 |
| Hex | 97 | 3C | BE | 15 | 44 | 0 | 19 | 11A | 34 | 31 |
| Octal | 227 | 74 | 276 | 25 | 104 | 0 | 31 | 432 | 64 | 61 |
| Binary | 10010111 | 111100 | 10111110 | 10101 | 1000100 | 0 | 11001 | 100011010 | 110100 | 110001 |
Color Harmonies of #973CBE
Complementary color
Monochromatic Colors of #973CBE
Black with #973CBE
Text Example
Text Example
White with #973CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CBE; }
p { color: rgb(151,60,190); }
H1.HeaderClassName
{
color: #973CBE;
}
.AnyTagClassName
{
color: #973CBE;
}
</style>
background-color css
<style>
a { background-color: #973CBE; }
a { background-color: rgb(151,60,190); }
div.DivClassName
{
background-color: #973CBE;
}
.BgClassName
{
background-color: #973CBE;
}
</style>
border-color css
<style>
span { border-color: #973CBE; }
span { border-color: rgb(151,60,190); }
td.TdClassName
{
border-color: #973CBE;
}
.TagClassName
{
border-color: #973CBE;
}
</style>