Shades of Dark Orchid #973FCB
Tints of Dark Orchid #973FCB
RGB
CMYK
RGB Variations
Color information
#973FCB (or 0x973FCB) is known color: Dark Orchid. HEX triplet: 97, 3F and CB. RGB value is (151,63,203). Sum of RGB (Red+Green+Blue) = 151+63+203=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #973FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FCB is #68C034. Grayscale: #686868. Windows color (decimal): -6864949 or 13320087. OLE color: 13320087.
HSL color Cylindrical-coordinate representation of color #973FCB: hue angle of 277.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973FCB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 63 | 203 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.20 |
| HSL | 277.71º | 0.57% | 0.52% | - |
| HSV(B) | 277.71º | 0.69% | 0.8% | - |
| XYZ | 25.32 | 14.45 | 57.95 | - |
| YUV | 105.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 203 | 0.26 | 0.69 | 0 | 0.20 | 277.71 | 0.57 | 0.52 |
| Hex | 97 | 3F | CB | 1A | 45 | 0 | 14 | 116 | 39 | 34 |
| Octal | 227 | 77 | 313 | 32 | 105 | 0 | 24 | 426 | 71 | 64 |
| Binary | 10010111 | 111111 | 11001011 | 11010 | 1000101 | 0 | 10100 | 100010110 | 111001 | 110100 |
Color Harmonies of #973FCB
Complementary color
Monochromatic Colors of #973FCB
Black with #973FCB
Text Example
Text Example
White with #973FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FCB; }
p { color: rgb(151,63,203); }
H1.HeaderClassName
{
color: #973FCB;
}
.AnyTagClassName
{
color: #973FCB;
}
</style>
background-color css
<style>
a { background-color: #973FCB; }
a { background-color: rgb(151,63,203); }
div.DivClassName
{
background-color: #973FCB;
}
.BgClassName
{
background-color: #973FCB;
}
</style>
border-color css
<style>
span { border-color: #973FCB; }
span { border-color: rgb(151,63,203); }
td.TdClassName
{
border-color: #973FCB;
}
.TagClassName
{
border-color: #973FCB;
}
</style>