Shades of Dark Purple #902C89
Tints of Dark Purple #902C89
RGB
CMYK
RGB Variations
Color information
#902C89 (or 0x902C89) is known color: Dark Purple. HEX triplet: 90, 2C and 89. RGB value is (144,44,137). Sum of RGB (Red+Green+Blue) = 144+44+137=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #902C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902C89 is #6FD376. Grayscale: #545454. Windows color (decimal): -7328631 or 8989840. OLE color: 8989840.
HSL color Cylindrical-coordinate representation of color #902C89: hue angle of 304.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902C89 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 137 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.44 |
| HSL | 304.2º | 0.53% | 0.37% | - |
| HSV(B) | 304.2º | 0.69% | 0.56% | - |
| XYZ | 16.92 | 9.54 | 24.62 | - |
| YUV | 84.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 137 | 0 | 0.69 | 0.05 | 0.44 | 304.2 | 0.53 | 0.37 |
| Hex | 90 | 2C | 89 | 0 | 45 | 5 | 2C | 130 | 35 | 25 |
| Octal | 220 | 54 | 211 | 0 | 105 | 5 | 54 | 460 | 65 | 45 |
| Binary | 10010000 | 101100 | 10001001 | 0 | 1000101 | 101 | 101100 | 100110000 | 110101 | 100101 |
Color Harmonies of #902C89
Complementary color
Monochromatic Colors of #902C89
Black with #902C89
Text Example
Text Example
White with #902C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C89; }
p { color: rgb(144,44,137); }
H1.HeaderClassName
{
color: #902C89;
}
.AnyTagClassName
{
color: #902C89;
}
</style>
background-color css
<style>
a { background-color: #902C89; }
a { background-color: rgb(144,44,137); }
div.DivClassName
{
background-color: #902C89;
}
.BgClassName
{
background-color: #902C89;
}
</style>
border-color css
<style>
span { border-color: #902C89; }
span { border-color: rgb(144,44,137); }
td.TdClassName
{
border-color: #902C89;
}
.TagClassName
{
border-color: #902C89;
}
</style>