Shades of Purple #910178
Tints of Purple #910178
RGB
CMYK
RGB Variations
Color information
#910178 (or 0x910178) is known color: Purple. HEX triplet: 91, 01 and 78. RGB value is (145,1,120). Sum of RGB (Red+Green+Blue) = 145+1+120=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #910178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910178 is #6EFE87. Grayscale: #393939. Windows color (decimal): -7274120 or 7864721. OLE color: 7864721.
HSL color Cylindrical-coordinate representation of color #910178: hue angle of 310.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910178 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.43 |
| HSL | 310.42º | 0.99% | 0.29% | - |
| HSV(B) | 310.42º | 0.99% | 0.57% | - |
| XYZ | 15.08 | 7.4 | 18.4 | - |
| YUV | 57.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 120 | 0 | 0.99 | 0.17 | 0.43 | 310.42 | 0.99 | 0.29 |
| Hex | 91 | 1 | 78 | 0 | 63 | 11 | 2B | 136 | 63 | 1D |
| Octal | 221 | 1 | 170 | 0 | 143 | 21 | 53 | 466 | 143 | 35 |
| Binary | 10010001 | 1 | 1111000 | 0 | 1100011 | 10001 | 101011 | 100110110 | 1100011 | 11101 |
Color Harmonies of #910178
Complementary color
Monochromatic Colors of #910178
Black with #910178
Text Example
Text Example
White with #910178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910178; }
p { color: rgb(145,1,120); }
H1.HeaderClassName
{
color: #910178;
}
.AnyTagClassName
{
color: #910178;
}
</style>
background-color css
<style>
a { background-color: #910178; }
a { background-color: rgb(145,1,120); }
div.DivClassName
{
background-color: #910178;
}
.BgClassName
{
background-color: #910178;
}
</style>
border-color css
<style>
span { border-color: #910178; }
span { border-color: rgb(145,1,120); }
td.TdClassName
{
border-color: #910178;
}
.TagClassName
{
border-color: #910178;
}
</style>