Shades of Dark Purple #903386
Tints of Dark Purple #903386
RGB
CMYK
RGB Variations
Color information
#903386 (or 0x903386) is known color: Dark Purple. HEX triplet: 90, 33 and 86. RGB value is (144,51,134). Sum of RGB (Red+Green+Blue) = 144+51+134=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #903386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903386 is #6FCC79. Grayscale: #585858. Windows color (decimal): -7326842 or 8795024. OLE color: 8795024.
HSL color Cylindrical-coordinate representation of color #903386: hue angle of 306.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903386 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 134 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.44 |
| HSL | 306.45º | 0.48% | 0.38% | - |
| HSV(B) | 306.45º | 0.65% | 0.56% | - |
| XYZ | 16.99 | 10.02 | 23.59 | - |
| YUV | 88.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 134 | 0 | 0.65 | 0.07 | 0.44 | 306.45 | 0.48 | 0.38 |
| Hex | 90 | 33 | 86 | 0 | 41 | 7 | 2C | 132 | 30 | 26 |
| Octal | 220 | 63 | 206 | 0 | 101 | 7 | 54 | 462 | 60 | 46 |
| Binary | 10010000 | 110011 | 10000110 | 0 | 1000001 | 111 | 101100 | 100110010 | 110000 | 100110 |
Color Harmonies of #903386
Complementary color
Monochromatic Colors of #903386
Black with #903386
Text Example
Text Example
White with #903386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903386; }
p { color: rgb(144,51,134); }
H1.HeaderClassName
{
color: #903386;
}
.AnyTagClassName
{
color: #903386;
}
</style>
background-color css
<style>
a { background-color: #903386; }
a { background-color: rgb(144,51,134); }
div.DivClassName
{
background-color: #903386;
}
.BgClassName
{
background-color: #903386;
}
</style>
border-color css
<style>
span { border-color: #903386; }
span { border-color: rgb(144,51,134); }
td.TdClassName
{
border-color: #903386;
}
.TagClassName
{
border-color: #903386;
}
</style>