Shades of Dark Purple #903075
Tints of Dark Purple #903075
RGB
CMYK
RGB Variations
Color information
#903075 (or 0x903075) is known color: Dark Purple. HEX triplet: 90, 30 and 75. RGB value is (144,48,117). Sum of RGB (Red+Green+Blue) = 144+48+117=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #903075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903075 is #6FCF8A. Grayscale: #545454. Windows color (decimal): -7327627 or 7680144. OLE color: 7680144.
HSL color Cylindrical-coordinate representation of color #903075: hue angle of 316.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903075 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 117 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.44 |
| HSL | 316.88º | 0.5% | 0.38% | - |
| HSV(B) | 316.88º | 0.67% | 0.56% | - |
| XYZ | 15.77 | 9.33 | 17.8 | - |
| YUV | 84.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 117 | 0 | 0.67 | 0.19 | 0.44 | 316.88 | 0.5 | 0.38 |
| Hex | 90 | 30 | 75 | 0 | 43 | 13 | 2C | 13D | 32 | 26 |
| Octal | 220 | 60 | 165 | 0 | 103 | 23 | 54 | 475 | 62 | 46 |
| Binary | 10010000 | 110000 | 1110101 | 0 | 1000011 | 10011 | 101100 | 100111101 | 110010 | 100110 |
Color Harmonies of #903075
Complementary color
Monochromatic Colors of #903075
Black with #903075
Text Example
Text Example
White with #903075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903075; }
p { color: rgb(144,48,117); }
H1.HeaderClassName
{
color: #903075;
}
.AnyTagClassName
{
color: #903075;
}
</style>
background-color css
<style>
a { background-color: #903075; }
a { background-color: rgb(144,48,117); }
div.DivClassName
{
background-color: #903075;
}
.BgClassName
{
background-color: #903075;
}
</style>
border-color css
<style>
span { border-color: #903075; }
span { border-color: rgb(144,48,117); }
td.TdClassName
{
border-color: #903075;
}
.TagClassName
{
border-color: #903075;
}
</style>