Shades of Dark Orchid #903FD0
Tints of Dark Orchid #903FD0
RGB
CMYK
RGB Variations
Color information
#903FD0 (or 0x903FD0) is known color: Dark Orchid. HEX triplet: 90, 3F and D0. RGB value is (144,63,208). Sum of RGB (Red+Green+Blue) = 144+63+208=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #903FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FD0 is #6FC02F. Grayscale: #676767. Windows color (decimal): -7323696 or 13647760. OLE color: 13647760.
HSL color Cylindrical-coordinate representation of color #903FD0: hue angle of 273.52º 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 #903FD0 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 63 | 208 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.18 |
| HSL | 273.52º | 0.61% | 0.53% | - |
| HSV(B) | 273.52º | 0.7% | 0.82% | - |
| XYZ | 24.66 | 14.04 | 61.08 | - |
| YUV | 103.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 208 | 0.31 | 0.70 | 0 | 0.18 | 273.52 | 0.61 | 0.53 |
| Hex | 90 | 3F | D0 | 1F | 46 | 0 | 12 | 112 | 3D | 35 |
| Octal | 220 | 77 | 320 | 37 | 106 | 0 | 22 | 422 | 75 | 65 |
| Binary | 10010000 | 111111 | 11010000 | 11111 | 1000110 | 0 | 10010 | 100010010 | 111101 | 110101 |
Color Harmonies of #903FD0
Complementary color
Monochromatic Colors of #903FD0
Black with #903FD0
Text Example
Text Example
White with #903FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FD0; }
p { color: rgb(144,63,208); }
H1.HeaderClassName
{
color: #903FD0;
}
.AnyTagClassName
{
color: #903FD0;
}
</style>
background-color css
<style>
a { background-color: #903FD0; }
a { background-color: rgb(144,63,208); }
div.DivClassName
{
background-color: #903FD0;
}
.BgClassName
{
background-color: #903FD0;
}
</style>
border-color css
<style>
span { border-color: #903FD0; }
span { border-color: rgb(144,63,208); }
td.TdClassName
{
border-color: #903FD0;
}
.TagClassName
{
border-color: #903FD0;
}
</style>