Shades of Dark Purple #902F76
Tints of Dark Purple #902F76
RGB
CMYK
RGB Variations
Color information
#902F76 (or 0x902F76) is known color: Dark Purple. HEX triplet: 90, 2F and 76. RGB value is (144,47,118). Sum of RGB (Red+Green+Blue) = 144+47+118=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #902F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902F76 is #6FD089. Grayscale: #535353. Windows color (decimal): -7327882 or 7745424. OLE color: 7745424.
HSL color Cylindrical-coordinate representation of color #902F76: hue angle of 316.08º 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 #902F76 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 118 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.44 |
| HSL | 316.08º | 0.51% | 0.37% | - |
| HSV(B) | 316.08º | 0.67% | 0.56% | - |
| XYZ | 15.79 | 9.27 | 18.1 | - |
| YUV | 84.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 118 | 0 | 0.67 | 0.18 | 0.44 | 316.08 | 0.51 | 0.37 |
| Hex | 90 | 2F | 76 | 0 | 43 | 12 | 2C | 13C | 33 | 25 |
| Octal | 220 | 57 | 166 | 0 | 103 | 22 | 54 | 474 | 63 | 45 |
| Binary | 10010000 | 101111 | 1110110 | 0 | 1000011 | 10010 | 101100 | 100111100 | 110011 | 100101 |
Color Harmonies of #902F76
Complementary color
Monochromatic Colors of #902F76
Black with #902F76
Text Example
Text Example
White with #902F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F76; }
p { color: rgb(144,47,118); }
H1.HeaderClassName
{
color: #902F76;
}
.AnyTagClassName
{
color: #902F76;
}
</style>
background-color css
<style>
a { background-color: #902F76; }
a { background-color: rgb(144,47,118); }
div.DivClassName
{
background-color: #902F76;
}
.BgClassName
{
background-color: #902F76;
}
</style>
border-color css
<style>
span { border-color: #902F76; }
span { border-color: rgb(144,47,118); }
td.TdClassName
{
border-color: #902F76;
}
.TagClassName
{
border-color: #902F76;
}
</style>