Shades of Dark Purple #902F75
Tints of Dark Purple #902F75
RGB
CMYK
RGB Variations
Color information
#902F75 (or 0x902F75) is known color: Dark Purple. HEX triplet: 90, 2F and 75. RGB value is (144,47,117). Sum of RGB (Red+Green+Blue) = 144+47+117=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #902F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902F75 is #6FD08A. Grayscale: #535353. Windows color (decimal): -7327883 or 7679888. OLE color: 7679888.
HSL color Cylindrical-coordinate representation of color #902F75: hue angle of 316.7º 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 #902F75 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 117 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.44 |
| HSL | 316.7º | 0.51% | 0.37% | - |
| HSV(B) | 316.7º | 0.67% | 0.56% | - |
| XYZ | 15.73 | 9.25 | 17.79 | - |
| YUV | 83.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 117 | 0 | 0.67 | 0.19 | 0.44 | 316.7 | 0.51 | 0.37 |
| Hex | 90 | 2F | 75 | 0 | 43 | 13 | 2C | 13D | 33 | 25 |
| Octal | 220 | 57 | 165 | 0 | 103 | 23 | 54 | 475 | 63 | 45 |
| Binary | 10010000 | 101111 | 1110101 | 0 | 1000011 | 10011 | 101100 | 100111101 | 110011 | 100101 |
Color Harmonies of #902F75
Complementary color
Monochromatic Colors of #902F75
Black with #902F75
Text Example
Text Example
White with #902F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F75; }
p { color: rgb(144,47,117); }
H1.HeaderClassName
{
color: #902F75;
}
.AnyTagClassName
{
color: #902F75;
}
</style>
background-color css
<style>
a { background-color: #902F75; }
a { background-color: rgb(144,47,117); }
div.DivClassName
{
background-color: #902F75;
}
.BgClassName
{
background-color: #902F75;
}
</style>
border-color css
<style>
span { border-color: #902F75; }
span { border-color: rgb(144,47,117); }
td.TdClassName
{
border-color: #902F75;
}
.TagClassName
{
border-color: #902F75;
}
</style>