Shades of Dark Purple #902C6E
Tints of Dark Purple #902C6E
RGB
CMYK
RGB Variations
Color information
#902C6E (or 0x902C6E) is known color: Dark Purple. HEX triplet: 90, 2C and 6E. RGB value is (144,44,110). Sum of RGB (Red+Green+Blue) = 144+44+110=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #902C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902C6E is #6FD391. Grayscale: #515151. Windows color (decimal): -7328658 or 7220368. OLE color: 7220368.
HSL color Cylindrical-coordinate representation of color #902C6E: hue angle of 320.4º 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 #902C6E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 110 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.44 |
| HSL | 320.4º | 0.53% | 0.37% | - |
| HSV(B) | 320.4º | 0.69% | 0.56% | - |
| XYZ | 15.22 | 8.86 | 15.66 | - |
| YUV | 81.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 110 | 0 | 0.69 | 0.24 | 0.44 | 320.4 | 0.53 | 0.37 |
| Hex | 90 | 2C | 6E | 0 | 45 | 18 | 2C | 140 | 35 | 25 |
| Octal | 220 | 54 | 156 | 0 | 105 | 30 | 54 | 500 | 65 | 45 |
| Binary | 10010000 | 101100 | 1101110 | 0 | 1000101 | 11000 | 101100 | 101000000 | 110101 | 100101 |
Color Harmonies of #902C6E
Complementary color
Monochromatic Colors of #902C6E
Black with #902C6E
Text Example
Text Example
White with #902C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C6E; }
p { color: rgb(144,44,110); }
H1.HeaderClassName
{
color: #902C6E;
}
.AnyTagClassName
{
color: #902C6E;
}
</style>
background-color css
<style>
a { background-color: #902C6E; }
a { background-color: rgb(144,44,110); }
div.DivClassName
{
background-color: #902C6E;
}
.BgClassName
{
background-color: #902C6E;
}
</style>
border-color css
<style>
span { border-color: #902C6E; }
span { border-color: rgb(144,44,110); }
td.TdClassName
{
border-color: #902C6E;
}
.TagClassName
{
border-color: #902C6E;
}
</style>