Shades of Dark Orchid #973FC6
Tints of Dark Orchid #973FC6
RGB
CMYK
RGB Variations
Color information
#973FC6 (or 0x973FC6) is known color: Dark Orchid. HEX triplet: 97, 3F and C6. RGB value is (151,63,198). Sum of RGB (Red+Green+Blue) = 151+63+198=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #973FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FC6 is #68C039. Grayscale: #686868. Windows color (decimal): -6864954 or 12992407. OLE color: 12992407.
HSL color Cylindrical-coordinate representation of color #973FC6: hue angle of 279.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973FC6 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 63 | 198 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.22 |
| HSL | 279.11º | 0.54% | 0.51% | - |
| HSV(B) | 279.11º | 0.68% | 0.78% | - |
| XYZ | 24.73 | 14.21 | 54.87 | - |
| YUV | 104.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 198 | 0.24 | 0.68 | 0 | 0.22 | 279.11 | 0.54 | 0.51 |
| Hex | 97 | 3F | C6 | 18 | 44 | 0 | 16 | 117 | 36 | 33 |
| Octal | 227 | 77 | 306 | 30 | 104 | 0 | 26 | 427 | 66 | 63 |
| Binary | 10010111 | 111111 | 11000110 | 11000 | 1000100 | 0 | 10110 | 100010111 | 110110 | 110011 |
Color Harmonies of #973FC6
Complementary color
Monochromatic Colors of #973FC6
Black with #973FC6
Text Example
Text Example
White with #973FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FC6; }
p { color: rgb(151,63,198); }
H1.HeaderClassName
{
color: #973FC6;
}
.AnyTagClassName
{
color: #973FC6;
}
</style>
background-color css
<style>
a { background-color: #973FC6; }
a { background-color: rgb(151,63,198); }
div.DivClassName
{
background-color: #973FC6;
}
.BgClassName
{
background-color: #973FC6;
}
</style>
border-color css
<style>
span { border-color: #973FC6; }
span { border-color: rgb(151,63,198); }
td.TdClassName
{
border-color: #973FC6;
}
.TagClassName
{
border-color: #973FC6;
}
</style>