Shades of Dark Orchid #903DCE
Tints of Dark Orchid #903DCE
RGB
CMYK
RGB Variations
Color information
#903DCE (or 0x903DCE) is known color: Dark Orchid. HEX triplet: 90, 3D and CE. RGB value is (144,61,206). Sum of RGB (Red+Green+Blue) = 144+61+206=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #903DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DCE is #6FC231. Grayscale: #656565. Windows color (decimal): -7324210 or 13516176. OLE color: 13516176.
HSL color Cylindrical-coordinate representation of color #903DCE: hue angle of 274.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903DCE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 61 | 206 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.19 |
| HSL | 274.34º | 0.6% | 0.52% | - |
| HSV(B) | 274.34º | 0.7% | 0.81% | - |
| XYZ | 24.31 | 13.72 | 59.76 | - |
| YUV | 102.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 206 | 0.30 | 0.70 | 0 | 0.19 | 274.34 | 0.6 | 0.52 |
| Hex | 90 | 3D | CE | 1E | 46 | 0 | 13 | 112 | 3C | 34 |
| Octal | 220 | 75 | 316 | 36 | 106 | 0 | 23 | 422 | 74 | 64 |
| Binary | 10010000 | 111101 | 11001110 | 11110 | 1000110 | 0 | 10011 | 100010010 | 111100 | 110100 |
Color Harmonies of #903DCE
Complementary color
Monochromatic Colors of #903DCE
Black with #903DCE
Text Example
Text Example
White with #903DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DCE; }
p { color: rgb(144,61,206); }
H1.HeaderClassName
{
color: #903DCE;
}
.AnyTagClassName
{
color: #903DCE;
}
</style>
background-color css
<style>
a { background-color: #903DCE; }
a { background-color: rgb(144,61,206); }
div.DivClassName
{
background-color: #903DCE;
}
.BgClassName
{
background-color: #903DCE;
}
</style>
border-color css
<style>
span { border-color: #903DCE; }
span { border-color: rgb(144,61,206); }
td.TdClassName
{
border-color: #903DCE;
}
.TagClassName
{
border-color: #903DCE;
}
</style>