Shades of Dark Purple #904178
Tints of Dark Purple #904178
RGB
CMYK
RGB Variations
Color information
#904178 (or 0x904178) is known color: Dark Purple. HEX triplet: 90, 41 and 78. RGB value is (144,65,120). Sum of RGB (Red+Green+Blue) = 144+65+120=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #904178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904178 is #6FBE87. Grayscale: #5E5E5E. Windows color (decimal): -7323272 or 7881104. OLE color: 7881104.
HSL color Cylindrical-coordinate representation of color #904178: hue angle of 318.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904178 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 120 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.44 |
| HSL | 318.23º | 0.38% | 0.41% | - |
| HSV(B) | 318.23º | 0.55% | 0.56% | - |
| XYZ | 16.78 | 11.07 | 19.02 | - |
| YUV | 94.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 120 | 0 | 0.55 | 0.17 | 0.44 | 318.23 | 0.38 | 0.41 |
| Hex | 90 | 41 | 78 | 0 | 37 | 11 | 2C | 13E | 26 | 29 |
| Octal | 220 | 101 | 170 | 0 | 67 | 21 | 54 | 476 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1111000 | 0 | 110111 | 10001 | 101100 | 100111110 | 100110 | 101001 |
Color Harmonies of #904178
Complementary color
Monochromatic Colors of #904178
Black with #904178
Text Example
Text Example
White with #904178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904178; }
p { color: rgb(144,65,120); }
H1.HeaderClassName
{
color: #904178;
}
.AnyTagClassName
{
color: #904178;
}
</style>
background-color css
<style>
a { background-color: #904178; }
a { background-color: rgb(144,65,120); }
div.DivClassName
{
background-color: #904178;
}
.BgClassName
{
background-color: #904178;
}
</style>
border-color css
<style>
span { border-color: #904178; }
span { border-color: rgb(144,65,120); }
td.TdClassName
{
border-color: #904178;
}
.TagClassName
{
border-color: #904178;
}
</style>