Shades of Dark Purple #902C79
Tints of Dark Purple #902C79
RGB
CMYK
RGB Variations
Color information
#902C79 (or 0x902C79) is known color: Dark Purple. HEX triplet: 90, 2C and 79. RGB value is (144,44,121). Sum of RGB (Red+Green+Blue) = 144+44+121=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #902C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902C79 is #6FD386. Grayscale: #525252. Windows color (decimal): -7328647 or 7941264. OLE color: 7941264.
HSL color Cylindrical-coordinate representation of color #902C79: hue angle of 313.8º degrees, saturation: 0.53, 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 #902C79 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 121 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.44 |
| HSL | 313.8º | 0.53% | 0.37% | - |
| HSV(B) | 313.8º | 0.69% | 0.56% | - |
| XYZ | 15.85 | 9.11 | 19.01 | - |
| YUV | 82.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 121 | 0 | 0.69 | 0.16 | 0.44 | 313.8 | 0.53 | 0.37 |
| Hex | 90 | 2C | 79 | 0 | 45 | 10 | 2C | 13A | 35 | 25 |
| Octal | 220 | 54 | 171 | 0 | 105 | 20 | 54 | 472 | 65 | 45 |
| Binary | 10010000 | 101100 | 1111001 | 0 | 1000101 | 10000 | 101100 | 100111010 | 110101 | 100101 |
Color Harmonies of #902C79
Complementary color
Monochromatic Colors of #902C79
Black with #902C79
Text Example
Text Example
White with #902C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C79; }
p { color: rgb(144,44,121); }
H1.HeaderClassName
{
color: #902C79;
}
.AnyTagClassName
{
color: #902C79;
}
</style>
background-color css
<style>
a { background-color: #902C79; }
a { background-color: rgb(144,44,121); }
div.DivClassName
{
background-color: #902C79;
}
.BgClassName
{
background-color: #902C79;
}
</style>
border-color css
<style>
span { border-color: #902C79; }
span { border-color: rgb(144,44,121); }
td.TdClassName
{
border-color: #902C79;
}
.TagClassName
{
border-color: #902C79;
}
</style>