Shades of Dark Orchid #903AB3
Tints of Dark Orchid #903AB3
RGB
CMYK
RGB Variations
Color information
#903AB3 (or 0x903AB3) is known color: Dark Orchid. HEX triplet: 90, 3A and B3. RGB value is (144,58,179). Sum of RGB (Red+Green+Blue) = 144+58+179=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #903AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903AB3 is #6FC54C. Grayscale: #616161. Windows color (decimal): -7325005 or 11745936. OLE color: 11745936.
HSL color Cylindrical-coordinate representation of color #903AB3: hue angle of 282.64º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903AB3 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 58 | 179 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.30 |
| HSL | 282.64º | 0.51% | 0.46% | - |
| HSV(B) | 282.64º | 0.68% | 0.7% | - |
| XYZ | 21.15 | 12.21 | 43.89 | - |
| YUV | 97.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 179 | 0.20 | 0.68 | 0 | 0.30 | 282.64 | 0.51 | 0.46 |
| Hex | 90 | 3A | B3 | 14 | 44 | 0 | 1E | 11B | 33 | 2E |
| Octal | 220 | 72 | 263 | 24 | 104 | 0 | 36 | 433 | 63 | 56 |
| Binary | 10010000 | 111010 | 10110011 | 10100 | 1000100 | 0 | 11110 | 100011011 | 110011 | 101110 |
Color Harmonies of #903AB3
Complementary color
Monochromatic Colors of #903AB3
Black with #903AB3
Text Example
Text Example
White with #903AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903AB3; }
p { color: rgb(144,58,179); }
H1.HeaderClassName
{
color: #903AB3;
}
.AnyTagClassName
{
color: #903AB3;
}
</style>
background-color css
<style>
a { background-color: #903AB3; }
a { background-color: rgb(144,58,179); }
div.DivClassName
{
background-color: #903AB3;
}
.BgClassName
{
background-color: #903AB3;
}
</style>
border-color css
<style>
span { border-color: #903AB3; }
span { border-color: rgb(144,58,179); }
td.TdClassName
{
border-color: #903AB3;
}
.TagClassName
{
border-color: #903AB3;
}
</style>