Shades of Dark Orchid #973FBE
Tints of Dark Orchid #973FBE
RGB
CMYK
RGB Variations
Color information
#973FBE (or 0x973FBE) is known color: Dark Orchid. HEX triplet: 97, 3F and BE. RGB value is (151,63,190). Sum of RGB (Red+Green+Blue) = 151+63+190=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #973FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FBE is #68C041. Grayscale: #676767. Windows color (decimal): -6864962 or 12468119. OLE color: 12468119.
HSL color Cylindrical-coordinate representation of color #973FBE: hue angle of 281.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973FBE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 63 | 190 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.25 |
| HSL | 281.57º | 0.5% | 0.5% | - |
| HSV(B) | 281.57º | 0.67% | 0.75% | - |
| XYZ | 23.83 | 13.85 | 50.13 | - |
| YUV | 103.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 190 | 0.21 | 0.67 | 0 | 0.25 | 281.57 | 0.5 | 0.5 |
| Hex | 97 | 3F | BE | 15 | 43 | 0 | 19 | 11A | 32 | 32 |
| Octal | 227 | 77 | 276 | 25 | 103 | 0 | 31 | 432 | 62 | 62 |
| Binary | 10010111 | 111111 | 10111110 | 10101 | 1000011 | 0 | 11001 | 100011010 | 110010 | 110010 |
Color Harmonies of #973FBE
Complementary color
Monochromatic Colors of #973FBE
Black with #973FBE
Text Example
Text Example
White with #973FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FBE; }
p { color: rgb(151,63,190); }
H1.HeaderClassName
{
color: #973FBE;
}
.AnyTagClassName
{
color: #973FBE;
}
</style>
background-color css
<style>
a { background-color: #973FBE; }
a { background-color: rgb(151,63,190); }
div.DivClassName
{
background-color: #973FBE;
}
.BgClassName
{
background-color: #973FBE;
}
</style>
border-color css
<style>
span { border-color: #973FBE; }
span { border-color: rgb(151,63,190); }
td.TdClassName
{
border-color: #973FBE;
}
.TagClassName
{
border-color: #973FBE;
}
</style>