Shades of Purple #900178
Tints of Purple #900178
RGB
CMYK
RGB Variations
Color information
#900178 (or 0x900178) is known color: Purple. HEX triplet: 90, 01 and 78. RGB value is (144,1,120). Sum of RGB (Red+Green+Blue) = 144+1+120=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #900178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900178 is #6FFE87. Grayscale: #383838. Windows color (decimal): -7339656 or 7864720. OLE color: 7864720.
HSL color Cylindrical-coordinate representation of color #900178: hue angle of 310.07º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900178 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.44 |
| HSL | 310.07º | 0.99% | 0.28% | - |
| HSV(B) | 310.07º | 0.99% | 0.56% | - |
| XYZ | 14.9 | 7.31 | 18.39 | - |
| YUV | 57.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 120 | 0 | 0.99 | 0.17 | 0.44 | 310.07 | 0.99 | 0.28 |
| Hex | 90 | 1 | 78 | 0 | 63 | 11 | 2C | 136 | 63 | 1C |
| Octal | 220 | 1 | 170 | 0 | 143 | 21 | 54 | 466 | 143 | 34 |
| Binary | 10010000 | 1 | 1111000 | 0 | 1100011 | 10001 | 101100 | 100110110 | 1100011 | 11100 |
Color Harmonies of #900178
Complementary color
Monochromatic Colors of #900178
Black with #900178
Text Example
Text Example
White with #900178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900178; }
p { color: rgb(144,1,120); }
H1.HeaderClassName
{
color: #900178;
}
.AnyTagClassName
{
color: #900178;
}
</style>
background-color css
<style>
a { background-color: #900178; }
a { background-color: rgb(144,1,120); }
div.DivClassName
{
background-color: #900178;
}
.BgClassName
{
background-color: #900178;
}
</style>
border-color css
<style>
span { border-color: #900178; }
span { border-color: rgb(144,1,120); }
td.TdClassName
{
border-color: #900178;
}
.TagClassName
{
border-color: #900178;
}
</style>