Shades of Dark Purple #902875
Tints of Dark Purple #902875
RGB
CMYK
RGB Variations
Color information
#902875 (or 0x902875) is known color: Dark Purple. HEX triplet: 90, 28 and 75. RGB value is (144,40,117). Sum of RGB (Red+Green+Blue) = 144+40+117=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #902875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902875 is #6FD78A. Grayscale: #4F4F4F. Windows color (decimal): -7329675 or 7678096. OLE color: 7678096.
HSL color Cylindrical-coordinate representation of color #902875: hue angle of 315.58º 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 #902875 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 117 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.44 |
| HSL | 315.58º | 0.57% | 0.36% | - |
| HSV(B) | 315.58º | 0.72% | 0.56% | - |
| XYZ | 15.47 | 8.73 | 17.7 | - |
| YUV | 79.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 117 | 0 | 0.72 | 0.19 | 0.44 | 315.58 | 0.57 | 0.36 |
| Hex | 90 | 28 | 75 | 0 | 48 | 13 | 2C | 13C | 39 | 24 |
| Octal | 220 | 50 | 165 | 0 | 110 | 23 | 54 | 474 | 71 | 44 |
| Binary | 10010000 | 101000 | 1110101 | 0 | 1001000 | 10011 | 101100 | 100111100 | 111001 | 100100 |
Color Harmonies of #902875
Complementary color
Monochromatic Colors of #902875
Black with #902875
Text Example
Text Example
White with #902875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902875; }
p { color: rgb(144,40,117); }
H1.HeaderClassName
{
color: #902875;
}
.AnyTagClassName
{
color: #902875;
}
</style>
background-color css
<style>
a { background-color: #902875; }
a { background-color: rgb(144,40,117); }
div.DivClassName
{
background-color: #902875;
}
.BgClassName
{
background-color: #902875;
}
</style>
border-color css
<style>
span { border-color: #902875; }
span { border-color: rgb(144,40,117); }
td.TdClassName
{
border-color: #902875;
}
.TagClassName
{
border-color: #902875;
}
</style>