Shades of Dark Purple #902879
Tints of Dark Purple #902879
RGB
CMYK
RGB Variations
Color information
#902879 (or 0x902879) is known color: Dark Purple. HEX triplet: 90, 28 and 79. RGB value is (144,40,121). Sum of RGB (Red+Green+Blue) = 144+40+121=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #902879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902879 is #6FD786. Grayscale: #505050. Windows color (decimal): -7329671 or 7940240. OLE color: 7940240.
HSL color Cylindrical-coordinate representation of color #902879: hue angle of 313.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902879 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 121 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.44 |
| HSL | 313.27º | 0.57% | 0.36% | - |
| HSV(B) | 313.27º | 0.72% | 0.56% | - |
| XYZ | 15.71 | 8.83 | 18.96 | - |
| YUV | 80.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 121 | 0 | 0.72 | 0.16 | 0.44 | 313.27 | 0.57 | 0.36 |
| Hex | 90 | 28 | 79 | 0 | 48 | 10 | 2C | 139 | 39 | 24 |
| Octal | 220 | 50 | 171 | 0 | 110 | 20 | 54 | 471 | 71 | 44 |
| Binary | 10010000 | 101000 | 1111001 | 0 | 1001000 | 10000 | 101100 | 100111001 | 111001 | 100100 |
Color Harmonies of #902879
Complementary color
Monochromatic Colors of #902879
Black with #902879
Text Example
Text Example
White with #902879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902879; }
p { color: rgb(144,40,121); }
H1.HeaderClassName
{
color: #902879;
}
.AnyTagClassName
{
color: #902879;
}
</style>
background-color css
<style>
a { background-color: #902879; }
a { background-color: rgb(144,40,121); }
div.DivClassName
{
background-color: #902879;
}
.BgClassName
{
background-color: #902879;
}
</style>
border-color css
<style>
span { border-color: #902879; }
span { border-color: rgb(144,40,121); }
td.TdClassName
{
border-color: #902879;
}
.TagClassName
{
border-color: #902879;
}
</style>