Shades of Dark Purple #902185
Tints of Dark Purple #902185
RGB
CMYK
RGB Variations
Color information
#902185 (or 0x902185) is known color: Dark Purple. HEX triplet: 90, 21 and 85. RGB value is (144,33,133). Sum of RGB (Red+Green+Blue) = 144+33+133=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #902185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902185 is #6FDE7A. Grayscale: #4D4D4D. Windows color (decimal): -7331451 or 8724880. OLE color: 8724880.
HSL color Cylindrical-coordinate representation of color #902185: hue angle of 305.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902185 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 133 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.44 |
| HSL | 305.95º | 0.63% | 0.35% | - |
| HSV(B) | 305.95º | 0.77% | 0.56% | - |
| XYZ | 16.28 | 8.71 | 23.01 | - |
| YUV | 77.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 133 | 0 | 0.77 | 0.08 | 0.44 | 305.95 | 0.63 | 0.35 |
| Hex | 90 | 21 | 85 | 0 | 4D | 8 | 2C | 132 | 3F | 23 |
| Octal | 220 | 41 | 205 | 0 | 115 | 10 | 54 | 462 | 77 | 43 |
| Binary | 10010000 | 100001 | 10000101 | 0 | 1001101 | 1000 | 101100 | 100110010 | 111111 | 100011 |
Color Harmonies of #902185
Complementary color
Monochromatic Colors of #902185
Black with #902185
Text Example
Text Example
White with #902185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902185; }
p { color: rgb(144,33,133); }
H1.HeaderClassName
{
color: #902185;
}
.AnyTagClassName
{
color: #902185;
}
</style>
background-color css
<style>
a { background-color: #902185; }
a { background-color: rgb(144,33,133); }
div.DivClassName
{
background-color: #902185;
}
.BgClassName
{
background-color: #902185;
}
</style>
border-color css
<style>
span { border-color: #902185; }
span { border-color: rgb(144,33,133); }
td.TdClassName
{
border-color: #902185;
}
.TagClassName
{
border-color: #902185;
}
</style>