Shades of Dark Orchid #903DCC
Tints of Dark Orchid #903DCC
RGB
CMYK
RGB Variations
Color information
#903DCC (or 0x903DCC) is known color: Dark Orchid. HEX triplet: 90, 3D and CC. RGB value is (144,61,204). Sum of RGB (Red+Green+Blue) = 144+61+204=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #903DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DCC is #6FC233. Grayscale: #656565. Windows color (decimal): -7324212 or 13385104. OLE color: 13385104.
HSL color Cylindrical-coordinate representation of color #903DCC: hue angle of 274.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903DCC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 61 | 204 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.2 |
| HSL | 274.83º | 0.58% | 0.52% | - |
| HSV(B) | 274.83º | 0.7% | 0.8% | - |
| XYZ | 24.07 | 13.63 | 58.49 | - |
| YUV | 102.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 204 | 0.29 | 0.70 | 0 | 0.2 | 274.83 | 0.58 | 0.52 |
| Hex | 90 | 3D | CC | 1D | 46 | 0 | 14 | 113 | 3A | 34 |
| Octal | 220 | 75 | 314 | 35 | 106 | 0 | 24 | 423 | 72 | 64 |
| Binary | 10010000 | 111101 | 11001100 | 11101 | 1000110 | 0 | 10100 | 100010011 | 111010 | 110100 |
Color Harmonies of #903DCC
Complementary color
Monochromatic Colors of #903DCC
Black with #903DCC
Text Example
Text Example
White with #903DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DCC; }
p { color: rgb(144,61,204); }
H1.HeaderClassName
{
color: #903DCC;
}
.AnyTagClassName
{
color: #903DCC;
}
</style>
background-color css
<style>
a { background-color: #903DCC; }
a { background-color: rgb(144,61,204); }
div.DivClassName
{
background-color: #903DCC;
}
.BgClassName
{
background-color: #903DCC;
}
</style>
border-color css
<style>
span { border-color: #903DCC; }
span { border-color: rgb(144,61,204); }
td.TdClassName
{
border-color: #903DCC;
}
.TagClassName
{
border-color: #903DCC;
}
</style>