Shades of Dark Purple #902475
Tints of Dark Purple #902475
RGB
CMYK
RGB Variations
Color information
#902475 (or 0x902475) is known color: Dark Purple. HEX triplet: 90, 24 and 75. RGB value is (144,36,117). Sum of RGB (Red+Green+Blue) = 144+36+117=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #902475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902475 is #6FDB8A. Grayscale: #4D4D4D. Windows color (decimal): -7330699 or 7677072. OLE color: 7677072.
HSL color Cylindrical-coordinate representation of color #902475: hue angle of 315º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902475 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 117 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.44 |
| HSL | 315º | 0.6% | 0.35% | - |
| HSV(B) | 315º | 0.75% | 0.56% | - |
| XYZ | 15.34 | 8.48 | 17.66 | - |
| YUV | 77.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 117 | 0 | 0.75 | 0.19 | 0.44 | 315 | 0.6 | 0.35 |
| Hex | 90 | 24 | 75 | 0 | 4B | 13 | 2C | 13B | 3C | 23 |
| Octal | 220 | 44 | 165 | 0 | 113 | 23 | 54 | 473 | 74 | 43 |
| Binary | 10010000 | 100100 | 1110101 | 0 | 1001011 | 10011 | 101100 | 100111011 | 111100 | 100011 |
Color Harmonies of #902475
Complementary color
Monochromatic Colors of #902475
Black with #902475
Text Example
Text Example
White with #902475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902475; }
p { color: rgb(144,36,117); }
H1.HeaderClassName
{
color: #902475;
}
.AnyTagClassName
{
color: #902475;
}
</style>
background-color css
<style>
a { background-color: #902475; }
a { background-color: rgb(144,36,117); }
div.DivClassName
{
background-color: #902475;
}
.BgClassName
{
background-color: #902475;
}
</style>
border-color css
<style>
span { border-color: #902475; }
span { border-color: rgb(144,36,117); }
td.TdClassName
{
border-color: #902475;
}
.TagClassName
{
border-color: #902475;
}
</style>