Shades of Dark Purple #902279
Tints of Dark Purple #902279
RGB
CMYK
RGB Variations
Color information
#902279 (or 0x902279) is known color: Dark Purple. HEX triplet: 90, 22 and 79. RGB value is (144,34,121). Sum of RGB (Red+Green+Blue) = 144+34+121=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #902279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902279 is #6FDD86. Grayscale: #4C4C4C. Windows color (decimal): -7331207 or 7938704. OLE color: 7938704.
HSL color Cylindrical-coordinate representation of color #902279: hue angle of 312.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902279 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 121 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.44 |
| HSL | 312.55º | 0.62% | 0.35% | - |
| HSV(B) | 312.55º | 0.76% | 0.56% | - |
| XYZ | 15.52 | 8.45 | 18.9 | - |
| YUV | 76.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 121 | 0 | 0.76 | 0.16 | 0.44 | 312.55 | 0.62 | 0.35 |
| Hex | 90 | 22 | 79 | 0 | 4C | 10 | 2C | 139 | 3E | 23 |
| Octal | 220 | 42 | 171 | 0 | 114 | 20 | 54 | 471 | 76 | 43 |
| Binary | 10010000 | 100010 | 1111001 | 0 | 1001100 | 10000 | 101100 | 100111001 | 111110 | 100011 |
Color Harmonies of #902279
Complementary color
Monochromatic Colors of #902279
Black with #902279
Text Example
Text Example
White with #902279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902279; }
p { color: rgb(144,34,121); }
H1.HeaderClassName
{
color: #902279;
}
.AnyTagClassName
{
color: #902279;
}
</style>
background-color css
<style>
a { background-color: #902279; }
a { background-color: rgb(144,34,121); }
div.DivClassName
{
background-color: #902279;
}
.BgClassName
{
background-color: #902279;
}
</style>
border-color css
<style>
span { border-color: #902279; }
span { border-color: rgb(144,34,121); }
td.TdClassName
{
border-color: #902279;
}
.TagClassName
{
border-color: #902279;
}
</style>