Shades of Dark Orchid #903FD1
Tints of Dark Orchid #903FD1
RGB
CMYK
RGB Variations
Color information
#903FD1 (or 0x903FD1) is known color: Dark Orchid. HEX triplet: 90, 3F and D1. RGB value is (144,63,209). Sum of RGB (Red+Green+Blue) = 144+63+209=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #903FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FD1 is #6FC02E. Grayscale: #676767. Windows color (decimal): -7323695 or 13713296. OLE color: 13713296.
HSL color Cylindrical-coordinate representation of color #903FD1: hue angle of 273.29º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903FD1 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 63 | 209 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.18 |
| HSL | 273.29º | 0.61% | 0.53% | - |
| HSV(B) | 273.29º | 0.7% | 0.82% | - |
| XYZ | 24.79 | 14.09 | 61.73 | - |
| YUV | 103.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 209 | 0.31 | 0.70 | 0 | 0.18 | 273.29 | 0.61 | 0.53 |
| Hex | 90 | 3F | D1 | 1F | 46 | 0 | 12 | 111 | 3D | 35 |
| Octal | 220 | 77 | 321 | 37 | 106 | 0 | 22 | 421 | 75 | 65 |
| Binary | 10010000 | 111111 | 11010001 | 11111 | 1000110 | 0 | 10010 | 100010001 | 111101 | 110101 |
Color Harmonies of #903FD1
Complementary color
Monochromatic Colors of #903FD1
Black with #903FD1
Text Example
Text Example
White with #903FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FD1; }
p { color: rgb(144,63,209); }
H1.HeaderClassName
{
color: #903FD1;
}
.AnyTagClassName
{
color: #903FD1;
}
</style>
background-color css
<style>
a { background-color: #903FD1; }
a { background-color: rgb(144,63,209); }
div.DivClassName
{
background-color: #903FD1;
}
.BgClassName
{
background-color: #903FD1;
}
</style>
border-color css
<style>
span { border-color: #903FD1; }
span { border-color: rgb(144,63,209); }
td.TdClassName
{
border-color: #903FD1;
}
.TagClassName
{
border-color: #903FD1;
}
</style>