Shades of Dark Purple #902C6D
Tints of Dark Purple #902C6D
RGB
CMYK
RGB Variations
Color information
#902C6D (or 0x902C6D) is known color: Dark Purple. HEX triplet: 90, 2C and 6D. RGB value is (144,44,109). Sum of RGB (Red+Green+Blue) = 144+44+109=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #902C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902C6D is #6FD392. Grayscale: #515151. Windows color (decimal): -7328659 or 7154832. OLE color: 7154832.
HSL color Cylindrical-coordinate representation of color #902C6D: hue angle of 321º degrees, saturation: 0.53, 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 #902C6D is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 109 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.44 |
| HSL | 321º | 0.53% | 0.37% | - |
| HSV(B) | 321º | 0.69% | 0.56% | - |
| XYZ | 15.16 | 8.83 | 15.37 | - |
| YUV | 81.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 109 | 0 | 0.69 | 0.24 | 0.44 | 321 | 0.53 | 0.37 |
| Hex | 90 | 2C | 6D | 0 | 45 | 18 | 2C | 141 | 35 | 25 |
| Octal | 220 | 54 | 155 | 0 | 105 | 30 | 54 | 501 | 65 | 45 |
| Binary | 10010000 | 101100 | 1101101 | 0 | 1000101 | 11000 | 101100 | 101000001 | 110101 | 100101 |
Color Harmonies of #902C6D
Complementary color
Monochromatic Colors of #902C6D
Black with #902C6D
Text Example
Text Example
White with #902C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C6D; }
p { color: rgb(144,44,109); }
H1.HeaderClassName
{
color: #902C6D;
}
.AnyTagClassName
{
color: #902C6D;
}
</style>
background-color css
<style>
a { background-color: #902C6D; }
a { background-color: rgb(144,44,109); }
div.DivClassName
{
background-color: #902C6D;
}
.BgClassName
{
background-color: #902C6D;
}
</style>
border-color css
<style>
span { border-color: #902C6D; }
span { border-color: rgb(144,44,109); }
td.TdClassName
{
border-color: #902C6D;
}
.TagClassName
{
border-color: #902C6D;
}
</style>