Shades of Dark Purple #902A85
Tints of Dark Purple #902A85
RGB
CMYK
RGB Variations
Color information
#902A85 (or 0x902A85) is known color: Dark Purple. HEX triplet: 90, 2A and 85. RGB value is (144,42,133). Sum of RGB (Red+Green+Blue) = 144+42+133=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #902A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902A85 is #6FD57A. Grayscale: #525252. Windows color (decimal): -7329147 or 8727184. OLE color: 8727184.
HSL color Cylindrical-coordinate representation of color #902A85: hue angle of 306.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #902A85 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 133 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.44 |
| HSL | 306.47º | 0.55% | 0.36% | - |
| HSV(B) | 306.47º | 0.71% | 0.56% | - |
| XYZ | 16.56 | 9.28 | 23.11 | - |
| YUV | 82.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 133 | 0 | 0.71 | 0.08 | 0.44 | 306.47 | 0.55 | 0.36 |
| Hex | 90 | 2A | 85 | 0 | 47 | 8 | 2C | 132 | 37 | 24 |
| Octal | 220 | 52 | 205 | 0 | 107 | 10 | 54 | 462 | 67 | 44 |
| Binary | 10010000 | 101010 | 10000101 | 0 | 1000111 | 1000 | 101100 | 100110010 | 110111 | 100100 |
Color Harmonies of #902A85
Complementary color
Monochromatic Colors of #902A85
Black with #902A85
Text Example
Text Example
White with #902A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A85; }
p { color: rgb(144,42,133); }
H1.HeaderClassName
{
color: #902A85;
}
.AnyTagClassName
{
color: #902A85;
}
</style>
background-color css
<style>
a { background-color: #902A85; }
a { background-color: rgb(144,42,133); }
div.DivClassName
{
background-color: #902A85;
}
.BgClassName
{
background-color: #902A85;
}
</style>
border-color css
<style>
span { border-color: #902A85; }
span { border-color: rgb(144,42,133); }
td.TdClassName
{
border-color: #902A85;
}
.TagClassName
{
border-color: #902A85;
}
</style>