Shades of Dark Purple #902388
Tints of Dark Purple #902388
RGB
CMYK
RGB Variations
Color information
#902388 (or 0x902388) is known color: Dark Purple. HEX triplet: 90, 23 and 88. RGB value is (144,35,136). Sum of RGB (Red+Green+Blue) = 144+35+136=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #902388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902388 is #6FDC77. Grayscale: #4E4E4E. Windows color (decimal): -7330936 or 8922000. OLE color: 8922000.
HSL color Cylindrical-coordinate representation of color #902388: hue angle of 304.4º degrees, saturation: 0.61, 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 #902388 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 136 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.44 |
| HSL | 304.4º | 0.61% | 0.35% | - |
| HSV(B) | 304.4º | 0.76% | 0.56% | - |
| XYZ | 16.55 | 8.91 | 24.14 | - |
| YUV | 79.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 136 | 0 | 0.76 | 0.06 | 0.44 | 304.4 | 0.61 | 0.35 |
| Hex | 90 | 23 | 88 | 0 | 4C | 6 | 2C | 130 | 3D | 23 |
| Octal | 220 | 43 | 210 | 0 | 114 | 6 | 54 | 460 | 75 | 43 |
| Binary | 10010000 | 100011 | 10001000 | 0 | 1001100 | 110 | 101100 | 100110000 | 111101 | 100011 |
Color Harmonies of #902388
Complementary color
Monochromatic Colors of #902388
Black with #902388
Text Example
Text Example
White with #902388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902388; }
p { color: rgb(144,35,136); }
H1.HeaderClassName
{
color: #902388;
}
.AnyTagClassName
{
color: #902388;
}
</style>
background-color css
<style>
a { background-color: #902388; }
a { background-color: rgb(144,35,136); }
div.DivClassName
{
background-color: #902388;
}
.BgClassName
{
background-color: #902388;
}
</style>
border-color css
<style>
span { border-color: #902388; }
span { border-color: rgb(144,35,136); }
td.TdClassName
{
border-color: #902388;
}
.TagClassName
{
border-color: #902388;
}
</style>