Shades of Dark Orchid #973FC1
Tints of Dark Orchid #973FC1
RGB
CMYK
RGB Variations
Color information
#973FC1 (or 0x973FC1) is known color: Dark Orchid. HEX triplet: 97, 3F and C1. RGB value is (151,63,193). Sum of RGB (Red+Green+Blue) = 151+63+193=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #973FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FC1 is #68C03E. Grayscale: #676767. Windows color (decimal): -6864959 or 12664727. OLE color: 12664727.
HSL color Cylindrical-coordinate representation of color #973FC1: hue angle of 280.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973FC1 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 63 | 193 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.24 |
| HSL | 280.62º | 0.51% | 0.5% | - |
| HSV(B) | 280.62º | 0.67% | 0.76% | - |
| XYZ | 24.17 | 13.98 | 51.88 | - |
| YUV | 104.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 193 | 0.22 | 0.67 | 0 | 0.24 | 280.62 | 0.51 | 0.5 |
| Hex | 97 | 3F | C1 | 16 | 43 | 0 | 18 | 119 | 33 | 32 |
| Octal | 227 | 77 | 301 | 26 | 103 | 0 | 30 | 431 | 63 | 62 |
| Binary | 10010111 | 111111 | 11000001 | 10110 | 1000011 | 0 | 11000 | 100011001 | 110011 | 110010 |
Color Harmonies of #973FC1
Complementary color
Monochromatic Colors of #973FC1
Black with #973FC1
Text Example
Text Example
White with #973FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FC1; }
p { color: rgb(151,63,193); }
H1.HeaderClassName
{
color: #973FC1;
}
.AnyTagClassName
{
color: #973FC1;
}
</style>
background-color css
<style>
a { background-color: #973FC1; }
a { background-color: rgb(151,63,193); }
div.DivClassName
{
background-color: #973FC1;
}
.BgClassName
{
background-color: #973FC1;
}
</style>
border-color css
<style>
span { border-color: #973FC1; }
span { border-color: rgb(151,63,193); }
td.TdClassName
{
border-color: #973FC1;
}
.TagClassName
{
border-color: #973FC1;
}
</style>