Shades of Dark Purple #902082
Tints of Dark Purple #902082
RGB
CMYK
RGB Variations
Color information
#902082 (or 0x902082) is known color: Dark Purple. HEX triplet: 90, 20 and 82. RGB value is (144,32,130). Sum of RGB (Red+Green+Blue) = 144+32+130=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #902082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902082 is #6FDF7D. Grayscale: #4C4C4C. Windows color (decimal): -7331710 or 8528016. OLE color: 8528016.
HSL color Cylindrical-coordinate representation of color #902082: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902082 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 130 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.44 |
| HSL | 307.5º | 0.64% | 0.35% | - |
| HSV(B) | 307.5º | 0.78% | 0.56% | - |
| XYZ | 16.05 | 8.57 | 21.93 | - |
| YUV | 76.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 130 | 0 | 0.78 | 0.10 | 0.44 | 307.5 | 0.64 | 0.35 |
| Hex | 90 | 20 | 82 | 0 | 4E | A | 2C | 134 | 40 | 23 |
| Octal | 220 | 40 | 202 | 0 | 116 | 12 | 54 | 464 | 100 | 43 |
| Binary | 10010000 | 100000 | 10000010 | 0 | 1001110 | 1010 | 101100 | 100110100 | 1000000 | 100011 |
Color Harmonies of #902082
Complementary color
Monochromatic Colors of #902082
Black with #902082
Text Example
Text Example
White with #902082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902082; }
p { color: rgb(144,32,130); }
H1.HeaderClassName
{
color: #902082;
}
.AnyTagClassName
{
color: #902082;
}
</style>
background-color css
<style>
a { background-color: #902082; }
a { background-color: rgb(144,32,130); }
div.DivClassName
{
background-color: #902082;
}
.BgClassName
{
background-color: #902082;
}
</style>
border-color css
<style>
span { border-color: #902082; }
span { border-color: rgb(144,32,130); }
td.TdClassName
{
border-color: #902082;
}
.TagClassName
{
border-color: #902082;
}
</style>