Shades of Dark Orchid #903ABC
Tints of Dark Orchid #903ABC
RGB
CMYK
RGB Variations
Color information
#903ABC (or 0x903ABC) is known color: Dark Orchid. HEX triplet: 90, 3A and BC. RGB value is (144,58,188). Sum of RGB (Red+Green+Blue) = 144+58+188=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #903ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903ABC is #6FC543. Grayscale: #626262. Windows color (decimal): -7324996 or 12335760. OLE color: 12335760.
HSL color Cylindrical-coordinate representation of color #903ABC: hue angle of 279.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903ABC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 58 | 188 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.26 |
| HSL | 279.69º | 0.53% | 0.48% | - |
| HSV(B) | 279.69º | 0.69% | 0.74% | - |
| XYZ | 22.09 | 12.59 | 48.84 | - |
| YUV | 98.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 188 | 0.23 | 0.69 | 0 | 0.26 | 279.69 | 0.53 | 0.48 |
| Hex | 90 | 3A | BC | 17 | 45 | 0 | 1A | 118 | 35 | 30 |
| Octal | 220 | 72 | 274 | 27 | 105 | 0 | 32 | 430 | 65 | 60 |
| Binary | 10010000 | 111010 | 10111100 | 10111 | 1000101 | 0 | 11010 | 100011000 | 110101 | 110000 |
Color Harmonies of #903ABC
Complementary color
Monochromatic Colors of #903ABC
Black with #903ABC
Text Example
Text Example
White with #903ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903ABC; }
p { color: rgb(144,58,188); }
H1.HeaderClassName
{
color: #903ABC;
}
.AnyTagClassName
{
color: #903ABC;
}
</style>
background-color css
<style>
a { background-color: #903ABC; }
a { background-color: rgb(144,58,188); }
div.DivClassName
{
background-color: #903ABC;
}
.BgClassName
{
background-color: #903ABC;
}
</style>
border-color css
<style>
span { border-color: #903ABC; }
span { border-color: rgb(144,58,188); }
td.TdClassName
{
border-color: #903ABC;
}
.TagClassName
{
border-color: #903ABC;
}
</style>