Shades of Dark Purple #902985
Tints of Dark Purple #902985
RGB
CMYK
RGB Variations
Color information
#902985 (or 0x902985) is known color: Dark Purple. HEX triplet: 90, 29 and 85. RGB value is (144,41,133). Sum of RGB (Red+Green+Blue) = 144+41+133=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #902985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902985 is #6FD67A. Grayscale: #525252. Windows color (decimal): -7329403 or 8726928. OLE color: 8726928.
HSL color Cylindrical-coordinate representation of color #902985: hue angle of 306.41º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902985 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 133 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.44 |
| HSL | 306.41º | 0.56% | 0.36% | - |
| HSV(B) | 306.41º | 0.72% | 0.56% | - |
| XYZ | 16.53 | 9.21 | 23.1 | - |
| YUV | 82.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 133 | 0 | 0.72 | 0.08 | 0.44 | 306.41 | 0.56 | 0.36 |
| Hex | 90 | 29 | 85 | 0 | 48 | 8 | 2C | 132 | 38 | 24 |
| Octal | 220 | 51 | 205 | 0 | 110 | 10 | 54 | 462 | 70 | 44 |
| Binary | 10010000 | 101001 | 10000101 | 0 | 1001000 | 1000 | 101100 | 100110010 | 111000 | 100100 |
Color Harmonies of #902985
Complementary color
Monochromatic Colors of #902985
Black with #902985
Text Example
Text Example
White with #902985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902985; }
p { color: rgb(144,41,133); }
H1.HeaderClassName
{
color: #902985;
}
.AnyTagClassName
{
color: #902985;
}
</style>
background-color css
<style>
a { background-color: #902985; }
a { background-color: rgb(144,41,133); }
div.DivClassName
{
background-color: #902985;
}
.BgClassName
{
background-color: #902985;
}
</style>
border-color css
<style>
span { border-color: #902985; }
span { border-color: rgb(144,41,133); }
td.TdClassName
{
border-color: #902985;
}
.TagClassName
{
border-color: #902985;
}
</style>