Shades of Dark Orchid #903DBA
Tints of Dark Orchid #903DBA
RGB
CMYK
RGB Variations
Color information
#903DBA (or 0x903DBA) is known color: Dark Orchid. HEX triplet: 90, 3D and BA. RGB value is (144,61,186). Sum of RGB (Red+Green+Blue) = 144+61+186=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #903DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DBA is #6FC245. Grayscale: #636363. Windows color (decimal): -7324230 or 12205456. OLE color: 12205456.
HSL color Cylindrical-coordinate representation of color #903DBA: hue angle of 279.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903DBA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 61 | 186 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.27 |
| HSL | 279.84º | 0.51% | 0.48% | - |
| HSV(B) | 279.84º | 0.67% | 0.73% | - |
| XYZ | 22.03 | 12.81 | 47.77 | - |
| YUV | 100.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 186 | 0.23 | 0.67 | 0 | 0.27 | 279.84 | 0.51 | 0.48 |
| Hex | 90 | 3D | BA | 17 | 43 | 0 | 1B | 118 | 33 | 30 |
| Octal | 220 | 75 | 272 | 27 | 103 | 0 | 33 | 430 | 63 | 60 |
| Binary | 10010000 | 111101 | 10111010 | 10111 | 1000011 | 0 | 11011 | 100011000 | 110011 | 110000 |
Color Harmonies of #903DBA
Complementary color
Monochromatic Colors of #903DBA
Black with #903DBA
Text Example
Text Example
White with #903DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DBA; }
p { color: rgb(144,61,186); }
H1.HeaderClassName
{
color: #903DBA;
}
.AnyTagClassName
{
color: #903DBA;
}
</style>
background-color css
<style>
a { background-color: #903DBA; }
a { background-color: rgb(144,61,186); }
div.DivClassName
{
background-color: #903DBA;
}
.BgClassName
{
background-color: #903DBA;
}
</style>
border-color css
<style>
span { border-color: #903DBA; }
span { border-color: rgb(144,61,186); }
td.TdClassName
{
border-color: #903DBA;
}
.TagClassName
{
border-color: #903DBA;
}
</style>