Shades of Dark Orchid #973EBE
Tints of Dark Orchid #973EBE
RGB
CMYK
RGB Variations
Color information
#973EBE (or 0x973EBE) is known color: Dark Orchid. HEX triplet: 97, 3E and BE. RGB value is (151,62,190). Sum of RGB (Red+Green+Blue) = 151+62+190=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #973EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EBE is #68C141. Grayscale: #666666. Windows color (decimal): -6865218 or 12467863. OLE color: 12467863.
HSL color Cylindrical-coordinate representation of color #973EBE: hue angle of 281.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973EBE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 62 | 190 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.25 |
| HSL | 281.72º | 0.51% | 0.49% | - |
| HSV(B) | 281.72º | 0.67% | 0.75% | - |
| XYZ | 23.78 | 13.74 | 50.11 | - |
| YUV | 103.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 190 | 0.21 | 0.67 | 0 | 0.25 | 281.72 | 0.51 | 0.49 |
| Hex | 97 | 3E | BE | 15 | 43 | 0 | 19 | 11A | 33 | 31 |
| Octal | 227 | 76 | 276 | 25 | 103 | 0 | 31 | 432 | 63 | 61 |
| Binary | 10010111 | 111110 | 10111110 | 10101 | 1000011 | 0 | 11001 | 100011010 | 110011 | 110001 |
Color Harmonies of #973EBE
Complementary color
Monochromatic Colors of #973EBE
Black with #973EBE
Text Example
Text Example
White with #973EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973EBE; }
p { color: rgb(151,62,190); }
H1.HeaderClassName
{
color: #973EBE;
}
.AnyTagClassName
{
color: #973EBE;
}
</style>
background-color css
<style>
a { background-color: #973EBE; }
a { background-color: rgb(151,62,190); }
div.DivClassName
{
background-color: #973EBE;
}
.BgClassName
{
background-color: #973EBE;
}
</style>
border-color css
<style>
span { border-color: #973EBE; }
span { border-color: rgb(151,62,190); }
td.TdClassName
{
border-color: #973EBE;
}
.TagClassName
{
border-color: #973EBE;
}
</style>