Shades of Dark Purple #903682
Tints of Dark Purple #903682
RGB
CMYK
RGB Variations
Color information
#903682 (or 0x903682) is known color: Dark Purple. HEX triplet: 90, 36 and 82. RGB value is (144,54,130). Sum of RGB (Red+Green+Blue) = 144+54+130=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #903682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903682 is #6FC97D. Grayscale: #595959. Windows color (decimal): -7326078 or 8533648. OLE color: 8533648.
HSL color Cylindrical-coordinate representation of color #903682: hue angle of 309.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #903682 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 130 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.44 |
| HSL | 309.33º | 0.45% | 0.39% | - |
| HSV(B) | 309.33º | 0.63% | 0.56% | - |
| XYZ | 16.85 | 10.18 | 22.2 | - |
| YUV | 89.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 130 | 0 | 0.63 | 0.10 | 0.44 | 309.33 | 0.45 | 0.39 |
| Hex | 90 | 36 | 82 | 0 | 3F | A | 2C | 135 | 2D | 27 |
| Octal | 220 | 66 | 202 | 0 | 77 | 12 | 54 | 465 | 55 | 47 |
| Binary | 10010000 | 110110 | 10000010 | 0 | 111111 | 1010 | 101100 | 100110101 | 101101 | 100111 |
Color Harmonies of #903682
Complementary color
Monochromatic Colors of #903682
Black with #903682
Text Example
Text Example
White with #903682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903682; }
p { color: rgb(144,54,130); }
H1.HeaderClassName
{
color: #903682;
}
.AnyTagClassName
{
color: #903682;
}
</style>
background-color css
<style>
a { background-color: #903682; }
a { background-color: rgb(144,54,130); }
div.DivClassName
{
background-color: #903682;
}
.BgClassName
{
background-color: #903682;
}
</style>
border-color css
<style>
span { border-color: #903682; }
span { border-color: rgb(144,54,130); }
td.TdClassName
{
border-color: #903682;
}
.TagClassName
{
border-color: #903682;
}
</style>