Shades of Dark Purple #902D6F
Tints of Dark Purple #902D6F
RGB
CMYK
RGB Variations
Color information
#902D6F (or 0x902D6F) is known color: Dark Purple. HEX triplet: 90, 2D and 6F. RGB value is (144,45,111). Sum of RGB (Red+Green+Blue) = 144+45+111=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #902D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902D6F is #6FD290. Grayscale: #515151. Windows color (decimal): -7328401 or 7286160. OLE color: 7286160.
HSL color Cylindrical-coordinate representation of color #902D6F: hue angle of 320º degrees, saturation: 0.52, 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 #902D6F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 45 | 111 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.44 |
| HSL | 320º | 0.52% | 0.37% | - |
| HSV(B) | 320º | 0.69% | 0.56% | - |
| XYZ | 15.31 | 8.95 | 15.96 | - |
| YUV | 82.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 111 | 0 | 0.69 | 0.23 | 0.44 | 320 | 0.52 | 0.37 |
| Hex | 90 | 2D | 6F | 0 | 45 | 17 | 2C | 140 | 34 | 25 |
| Octal | 220 | 55 | 157 | 0 | 105 | 27 | 54 | 500 | 64 | 45 |
| Binary | 10010000 | 101101 | 1101111 | 0 | 1000101 | 10111 | 101100 | 101000000 | 110100 | 100101 |
Color Harmonies of #902D6F
Complementary color
Monochromatic Colors of #902D6F
Black with #902D6F
Text Example
Text Example
White with #902D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902D6F; }
p { color: rgb(144,45,111); }
H1.HeaderClassName
{
color: #902D6F;
}
.AnyTagClassName
{
color: #902D6F;
}
</style>
background-color css
<style>
a { background-color: #902D6F; }
a { background-color: rgb(144,45,111); }
div.DivClassName
{
background-color: #902D6F;
}
.BgClassName
{
background-color: #902D6F;
}
</style>
border-color css
<style>
span { border-color: #902D6F; }
span { border-color: rgb(144,45,111); }
td.TdClassName
{
border-color: #902D6F;
}
.TagClassName
{
border-color: #902D6F;
}
</style>