Shades of Dark Purple #902D6D
Tints of Dark Purple #902D6D
RGB
CMYK
RGB Variations
Color information
#902D6D (or 0x902D6D) is known color: Dark Purple. HEX triplet: 90, 2D and 6D. RGB value is (144,45,109). Sum of RGB (Red+Green+Blue) = 144+45+109=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #902D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902D6D is #6FD292. Grayscale: #515151. Windows color (decimal): -7328403 or 7155088. OLE color: 7155088.
HSL color Cylindrical-coordinate representation of color #902D6D: hue angle of 321.21º 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 #902D6D is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 45 | 109 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.44 |
| HSL | 321.21º | 0.52% | 0.37% | - |
| HSV(B) | 321.21º | 0.69% | 0.56% | - |
| XYZ | 15.2 | 8.91 | 15.39 | - |
| YUV | 81.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 109 | 0 | 0.69 | 0.24 | 0.44 | 321.21 | 0.52 | 0.37 |
| Hex | 90 | 2D | 6D | 0 | 45 | 18 | 2C | 141 | 34 | 25 |
| Octal | 220 | 55 | 155 | 0 | 105 | 30 | 54 | 501 | 64 | 45 |
| Binary | 10010000 | 101101 | 1101101 | 0 | 1000101 | 11000 | 101100 | 101000001 | 110100 | 100101 |
Color Harmonies of #902D6D
Complementary color
Monochromatic Colors of #902D6D
Black with #902D6D
Text Example
Text Example
White with #902D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902D6D; }
p { color: rgb(144,45,109); }
H1.HeaderClassName
{
color: #902D6D;
}
.AnyTagClassName
{
color: #902D6D;
}
</style>
background-color css
<style>
a { background-color: #902D6D; }
a { background-color: rgb(144,45,109); }
div.DivClassName
{
background-color: #902D6D;
}
.BgClassName
{
background-color: #902D6D;
}
</style>
border-color css
<style>
span { border-color: #902D6D; }
span { border-color: rgb(144,45,109); }
td.TdClassName
{
border-color: #902D6D;
}
.TagClassName
{
border-color: #902D6D;
}
</style>