Shades of Dark Orchid #903FCE
Tints of Dark Orchid #903FCE
RGB
CMYK
RGB Variations
Color information
#903FCE (or 0x903FCE) is known color: Dark Orchid. HEX triplet: 90, 3F and CE. RGB value is (144,63,206). Sum of RGB (Red+Green+Blue) = 144+63+206=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #903FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FCE is #6FC031. Grayscale: #676767. Windows color (decimal): -7323698 or 13516688. OLE color: 13516688.
HSL color Cylindrical-coordinate representation of color #903FCE: hue angle of 273.99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903FCE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 63 | 206 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.19 |
| HSL | 273.99º | 0.59% | 0.53% | - |
| HSV(B) | 273.99º | 0.69% | 0.81% | - |
| XYZ | 24.42 | 13.94 | 59.8 | - |
| YUV | 103.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 206 | 0.30 | 0.69 | 0 | 0.19 | 273.99 | 0.59 | 0.53 |
| Hex | 90 | 3F | CE | 1E | 45 | 0 | 13 | 112 | 3B | 35 |
| Octal | 220 | 77 | 316 | 36 | 105 | 0 | 23 | 422 | 73 | 65 |
| Binary | 10010000 | 111111 | 11001110 | 11110 | 1000101 | 0 | 10011 | 100010010 | 111011 | 110101 |
Color Harmonies of #903FCE
Complementary color
Monochromatic Colors of #903FCE
Black with #903FCE
Text Example
Text Example
White with #903FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FCE; }
p { color: rgb(144,63,206); }
H1.HeaderClassName
{
color: #903FCE;
}
.AnyTagClassName
{
color: #903FCE;
}
</style>
background-color css
<style>
a { background-color: #903FCE; }
a { background-color: rgb(144,63,206); }
div.DivClassName
{
background-color: #903FCE;
}
.BgClassName
{
background-color: #903FCE;
}
</style>
border-color css
<style>
span { border-color: #903FCE; }
span { border-color: rgb(144,63,206); }
td.TdClassName
{
border-color: #903FCE;
}
.TagClassName
{
border-color: #903FCE;
}
</style>