Shades of Dark Purple #902580
Tints of Dark Purple #902580
RGB
CMYK
RGB Variations
Color information
#902580 (or 0x902580) is known color: Dark Purple. HEX triplet: 90, 25 and 80. RGB value is (144,37,128). Sum of RGB (Red+Green+Blue) = 144+37+128=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #902580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902580 is #6FDA7F. Grayscale: #4F4F4F. Windows color (decimal): -7330432 or 8398224. OLE color: 8398224.
HSL color Cylindrical-coordinate representation of color #902580: hue angle of 308.97º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902580 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 128 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.44 |
| HSL | 308.97º | 0.59% | 0.35% | - |
| HSV(B) | 308.97º | 0.74% | 0.56% | - |
| XYZ | 16.06 | 8.81 | 21.28 | - |
| YUV | 79.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 128 | 0 | 0.74 | 0.11 | 0.44 | 308.97 | 0.59 | 0.35 |
| Hex | 90 | 25 | 80 | 0 | 4A | B | 2C | 135 | 3B | 23 |
| Octal | 220 | 45 | 200 | 0 | 112 | 13 | 54 | 465 | 73 | 43 |
| Binary | 10010000 | 100101 | 10000000 | 0 | 1001010 | 1011 | 101100 | 100110101 | 111011 | 100011 |
Color Harmonies of #902580
Complementary color
Monochromatic Colors of #902580
Black with #902580
Text Example
Text Example
White with #902580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902580; }
p { color: rgb(144,37,128); }
H1.HeaderClassName
{
color: #902580;
}
.AnyTagClassName
{
color: #902580;
}
</style>
background-color css
<style>
a { background-color: #902580; }
a { background-color: rgb(144,37,128); }
div.DivClassName
{
background-color: #902580;
}
.BgClassName
{
background-color: #902580;
}
</style>
border-color css
<style>
span { border-color: #902580; }
span { border-color: rgb(144,37,128); }
td.TdClassName
{
border-color: #902580;
}
.TagClassName
{
border-color: #902580;
}
</style>