Shades of Dark Purple #903B80
Tints of Dark Purple #903B80
RGB
CMYK
RGB Variations
Color information
#903B80 (or 0x903B80) is known color: Dark Purple. HEX triplet: 90, 3B and 80. RGB value is (144,59,128). Sum of RGB (Red+Green+Blue) = 144+59+128=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #903B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903B80 is #6FC47F. Grayscale: #5C5C5C. Windows color (decimal): -7324800 or 8403856. OLE color: 8403856.
HSL color Cylindrical-coordinate representation of color #903B80: hue angle of 311.29º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #903B80 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 128 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.44 |
| HSL | 311.29º | 0.42% | 0.4% | - |
| HSV(B) | 311.29º | 0.59% | 0.56% | - |
| XYZ | 16.96 | 10.62 | 21.58 | - |
| YUV | 92.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 128 | 0 | 0.59 | 0.11 | 0.44 | 311.29 | 0.42 | 0.4 |
| Hex | 90 | 3B | 80 | 0 | 3B | B | 2C | 137 | 2A | 28 |
| Octal | 220 | 73 | 200 | 0 | 73 | 13 | 54 | 467 | 52 | 50 |
| Binary | 10010000 | 111011 | 10000000 | 0 | 111011 | 1011 | 101100 | 100110111 | 101010 | 101000 |
Color Harmonies of #903B80
Complementary color
Monochromatic Colors of #903B80
Black with #903B80
Text Example
Text Example
White with #903B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B80; }
p { color: rgb(144,59,128); }
H1.HeaderClassName
{
color: #903B80;
}
.AnyTagClassName
{
color: #903B80;
}
</style>
background-color css
<style>
a { background-color: #903B80; }
a { background-color: rgb(144,59,128); }
div.DivClassName
{
background-color: #903B80;
}
.BgClassName
{
background-color: #903B80;
}
</style>
border-color css
<style>
span { border-color: #903B80; }
span { border-color: rgb(144,59,128); }
td.TdClassName
{
border-color: #903B80;
}
.TagClassName
{
border-color: #903B80;
}
</style>