Shades of Dark Orchid #903EBA
Tints of Dark Orchid #903EBA
RGB
CMYK
RGB Variations
Color information
#903EBA (or 0x903EBA) is known color: Dark Orchid. HEX triplet: 90, 3E and BA. RGB value is (144,62,186). Sum of RGB (Red+Green+Blue) = 144+62+186=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #903EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903EBA is #6FC145. Grayscale: #646464. Windows color (decimal): -7323974 or 12205712. OLE color: 12205712.
HSL color Cylindrical-coordinate representation of color #903EBA: hue angle of 279.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903EBA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 62 | 186 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.27 |
| HSL | 279.68º | 0.5% | 0.49% | - |
| HSV(B) | 279.68º | 0.67% | 0.73% | - |
| XYZ | 22.09 | 12.92 | 47.78 | - |
| YUV | 100.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 62 | 186 | 0.23 | 0.67 | 0 | 0.27 | 279.68 | 0.5 | 0.49 |
| Hex | 90 | 3E | BA | 17 | 43 | 0 | 1B | 118 | 32 | 31 |
| Octal | 220 | 76 | 272 | 27 | 103 | 0 | 33 | 430 | 62 | 61 |
| Binary | 10010000 | 111110 | 10111010 | 10111 | 1000011 | 0 | 11011 | 100011000 | 110010 | 110001 |
Color Harmonies of #903EBA
Complementary color
Monochromatic Colors of #903EBA
Black with #903EBA
Text Example
Text Example
White with #903EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903EBA; }
p { color: rgb(144,62,186); }
H1.HeaderClassName
{
color: #903EBA;
}
.AnyTagClassName
{
color: #903EBA;
}
</style>
background-color css
<style>
a { background-color: #903EBA; }
a { background-color: rgb(144,62,186); }
div.DivClassName
{
background-color: #903EBA;
}
.BgClassName
{
background-color: #903EBA;
}
</style>
border-color css
<style>
span { border-color: #903EBA; }
span { border-color: rgb(144,62,186); }
td.TdClassName
{
border-color: #903EBA;
}
.TagClassName
{
border-color: #903EBA;
}
</style>