Shades of Dark Purple #902D84
Tints of Dark Purple #902D84
RGB
CMYK
RGB Variations
Color information
#902D84 (or 0x902D84) is known color: Dark Purple. HEX triplet: 90, 2D and 84. RGB value is (144,45,132). Sum of RGB (Red+Green+Blue) = 144+45+132=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #902D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902D84 is #6FD27B. Grayscale: #545454. Windows color (decimal): -7328380 or 8662416. OLE color: 8662416.
HSL color Cylindrical-coordinate representation of color #902D84: hue angle of 307.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902D84 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 45 | 132 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.44 |
| HSL | 307.27º | 0.52% | 0.37% | - |
| HSV(B) | 307.27º | 0.69% | 0.56% | - |
| XYZ | 16.6 | 9.47 | 22.78 | - |
| YUV | 84.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 132 | 0 | 0.69 | 0.08 | 0.44 | 307.27 | 0.52 | 0.37 |
| Hex | 90 | 2D | 84 | 0 | 45 | 8 | 2C | 133 | 34 | 25 |
| Octal | 220 | 55 | 204 | 0 | 105 | 10 | 54 | 463 | 64 | 45 |
| Binary | 10010000 | 101101 | 10000100 | 0 | 1000101 | 1000 | 101100 | 100110011 | 110100 | 100101 |
Color Harmonies of #902D84
Complementary color
Monochromatic Colors of #902D84
Black with #902D84
Text Example
Text Example
White with #902D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902D84; }
p { color: rgb(144,45,132); }
H1.HeaderClassName
{
color: #902D84;
}
.AnyTagClassName
{
color: #902D84;
}
</style>
background-color css
<style>
a { background-color: #902D84; }
a { background-color: rgb(144,45,132); }
div.DivClassName
{
background-color: #902D84;
}
.BgClassName
{
background-color: #902D84;
}
</style>
border-color css
<style>
span { border-color: #902D84; }
span { border-color: rgb(144,45,132); }
td.TdClassName
{
border-color: #902D84;
}
.TagClassName
{
border-color: #902D84;
}
</style>