Shades of Dark Purple #902F83
Tints of Dark Purple #902F83
RGB
CMYK
RGB Variations
Color information
#902F83 (or 0x902F83) is known color: Dark Purple. HEX triplet: 90, 2F and 83. RGB value is (144,47,131). Sum of RGB (Red+Green+Blue) = 144+47+131=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #902F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902F83 is #6FD07C. Grayscale: #555555. Windows color (decimal): -7327869 or 8597392. OLE color: 8597392.
HSL color Cylindrical-coordinate representation of color #902F83: hue angle of 308.04º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #902F83 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 131 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.44 |
| HSL | 308.04º | 0.51% | 0.37% | - |
| HSV(B) | 308.04º | 0.67% | 0.56% | - |
| XYZ | 16.61 | 9.6 | 22.45 | - |
| YUV | 85.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 131 | 0 | 0.67 | 0.09 | 0.44 | 308.04 | 0.51 | 0.37 |
| Hex | 90 | 2F | 83 | 0 | 43 | 9 | 2C | 134 | 33 | 25 |
| Octal | 220 | 57 | 203 | 0 | 103 | 11 | 54 | 464 | 63 | 45 |
| Binary | 10010000 | 101111 | 10000011 | 0 | 1000011 | 1001 | 101100 | 100110100 | 110011 | 100101 |
Color Harmonies of #902F83
Complementary color
Monochromatic Colors of #902F83
Black with #902F83
Text Example
Text Example
White with #902F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F83; }
p { color: rgb(144,47,131); }
H1.HeaderClassName
{
color: #902F83;
}
.AnyTagClassName
{
color: #902F83;
}
</style>
background-color css
<style>
a { background-color: #902F83; }
a { background-color: rgb(144,47,131); }
div.DivClassName
{
background-color: #902F83;
}
.BgClassName
{
background-color: #902F83;
}
</style>
border-color css
<style>
span { border-color: #902F83; }
span { border-color: rgb(144,47,131); }
td.TdClassName
{
border-color: #902F83;
}
.TagClassName
{
border-color: #902F83;
}
</style>