Shades of Dark Purple #902A86
Tints of Dark Purple #902A86
RGB
CMYK
RGB Variations
Color information
#902A86 (or 0x902A86) is known color: Dark Purple. HEX triplet: 90, 2A and 86. RGB value is (144,42,134). Sum of RGB (Red+Green+Blue) = 144+42+134=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #902A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902A86 is #6FD579. Grayscale: #525252. Windows color (decimal): -7329146 or 8792720. OLE color: 8792720.
HSL color Cylindrical-coordinate representation of color #902A86: hue angle of 305.88º 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 #902A86 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 134 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.44 |
| HSL | 305.88º | 0.55% | 0.36% | - |
| HSV(B) | 305.88º | 0.71% | 0.56% | - |
| XYZ | 16.63 | 9.31 | 23.47 | - |
| YUV | 82.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 134 | 0 | 0.71 | 0.07 | 0.44 | 305.88 | 0.55 | 0.36 |
| Hex | 90 | 2A | 86 | 0 | 47 | 7 | 2C | 132 | 37 | 24 |
| Octal | 220 | 52 | 206 | 0 | 107 | 7 | 54 | 462 | 67 | 44 |
| Binary | 10010000 | 101010 | 10000110 | 0 | 1000111 | 111 | 101100 | 100110010 | 110111 | 100100 |
Color Harmonies of #902A86
Complementary color
Monochromatic Colors of #902A86
Black with #902A86
Text Example
Text Example
White with #902A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A86; }
p { color: rgb(144,42,134); }
H1.HeaderClassName
{
color: #902A86;
}
.AnyTagClassName
{
color: #902A86;
}
</style>
background-color css
<style>
a { background-color: #902A86; }
a { background-color: rgb(144,42,134); }
div.DivClassName
{
background-color: #902A86;
}
.BgClassName
{
background-color: #902A86;
}
</style>
border-color css
<style>
span { border-color: #902A86; }
span { border-color: rgb(144,42,134); }
td.TdClassName
{
border-color: #902A86;
}
.TagClassName
{
border-color: #902A86;
}
</style>