Shades of Dark Orchid #973BCE
Tints of Dark Orchid #973BCE
RGB
CMYK
RGB Variations
Color information
#973BCE (or 0x973BCE) is known color: Dark Orchid. HEX triplet: 97, 3B and CE. RGB value is (151,59,206). Sum of RGB (Red+Green+Blue) = 151+59+206=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #973BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BCE is #68C431. Grayscale: #666666. Windows color (decimal): -6865970 or 13515671. OLE color: 13515671.
HSL color Cylindrical-coordinate representation of color #973BCE: hue angle of 277.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973BCE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 59 | 206 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.19 |
| HSL | 277.55º | 0.6% | 0.52% | - |
| HSV(B) | 277.55º | 0.71% | 0.81% | - |
| XYZ | 25.47 | 14.16 | 59.78 | - |
| YUV | 103.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 206 | 0.27 | 0.71 | 0 | 0.19 | 277.55 | 0.6 | 0.52 |
| Hex | 97 | 3B | CE | 1B | 47 | 0 | 13 | 116 | 3C | 34 |
| Octal | 227 | 73 | 316 | 33 | 107 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10010111 | 111011 | 11001110 | 11011 | 1000111 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #973BCE
Complementary color
Monochromatic Colors of #973BCE
Black with #973BCE
Text Example
Text Example
White with #973BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973BCE; }
p { color: rgb(151,59,206); }
H1.HeaderClassName
{
color: #973BCE;
}
.AnyTagClassName
{
color: #973BCE;
}
</style>
background-color css
<style>
a { background-color: #973BCE; }
a { background-color: rgb(151,59,206); }
div.DivClassName
{
background-color: #973BCE;
}
.BgClassName
{
background-color: #973BCE;
}
</style>
border-color css
<style>
span { border-color: #973BCE; }
span { border-color: rgb(151,59,206); }
td.TdClassName
{
border-color: #973BCE;
}
.TagClassName
{
border-color: #973BCE;
}
</style>