Shades of Dark Purple #903A7A
Tints of Dark Purple #903A7A
RGB
CMYK
RGB Variations
Color information
#903A7A (or 0x903A7A) is known color: Dark Purple. HEX triplet: 90, 3A and 7A. RGB value is (144,58,122). Sum of RGB (Red+Green+Blue) = 144+58+122=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #903A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903A7A is #6FC585. Grayscale: #5A5A5A. Windows color (decimal): -7325062 or 8010384. OLE color: 8010384.
HSL color Cylindrical-coordinate representation of color #903A7A: hue angle of 315.35º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #903A7A is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 122 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.44 |
| HSL | 315.35º | 0.43% | 0.4% | - |
| HSV(B) | 315.35º | 0.6% | 0.56% | - |
| XYZ | 16.53 | 10.36 | 19.54 | - |
| YUV | 91.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 122 | 0 | 0.60 | 0.15 | 0.44 | 315.35 | 0.43 | 0.4 |
| Hex | 90 | 3A | 7A | 0 | 3C | F | 2C | 13B | 2B | 28 |
| Octal | 220 | 72 | 172 | 0 | 74 | 17 | 54 | 473 | 53 | 50 |
| Binary | 10010000 | 111010 | 1111010 | 0 | 111100 | 1111 | 101100 | 100111011 | 101011 | 101000 |
Color Harmonies of #903A7A
Complementary color
Monochromatic Colors of #903A7A
Black with #903A7A
Text Example
Text Example
White with #903A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A7A; }
p { color: rgb(144,58,122); }
H1.HeaderClassName
{
color: #903A7A;
}
.AnyTagClassName
{
color: #903A7A;
}
</style>
background-color css
<style>
a { background-color: #903A7A; }
a { background-color: rgb(144,58,122); }
div.DivClassName
{
background-color: #903A7A;
}
.BgClassName
{
background-color: #903A7A;
}
</style>
border-color css
<style>
span { border-color: #903A7A; }
span { border-color: rgb(144,58,122); }
td.TdClassName
{
border-color: #903A7A;
}
.TagClassName
{
border-color: #903A7A;
}
</style>