Shades of Dark Purple #914178
Tints of Dark Purple #914178
RGB
CMYK
RGB Variations
Color information
#914178 (or 0x914178) is known color: Dark Purple. HEX triplet: 91, 41 and 78. RGB value is (145,65,120). Sum of RGB (Red+Green+Blue) = 145+65+120=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914178 is #6EBE87. Grayscale: #5F5F5F. Windows color (decimal): -7257736 or 7881105. OLE color: 7881105.
HSL color Cylindrical-coordinate representation of color #914178: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914178 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 120 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.43 |
| HSL | 318.75º | 0.38% | 0.41% | - |
| HSV(B) | 318.75º | 0.55% | 0.57% | - |
| XYZ | 16.96 | 11.16 | 19.03 | - |
| YUV | 95.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 120 | 0 | 0.55 | 0.17 | 0.43 | 318.75 | 0.38 | 0.41 |
| Hex | 91 | 41 | 78 | 0 | 37 | 11 | 2B | 13F | 26 | 29 |
| Octal | 221 | 101 | 170 | 0 | 67 | 21 | 53 | 477 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1111000 | 0 | 110111 | 10001 | 101011 | 100111111 | 100110 | 101001 |
Color Harmonies of #914178
Complementary color
Monochromatic Colors of #914178
Black with #914178
Text Example
Text Example
White with #914178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914178; }
p { color: rgb(145,65,120); }
H1.HeaderClassName
{
color: #914178;
}
.AnyTagClassName
{
color: #914178;
}
</style>
background-color css
<style>
a { background-color: #914178; }
a { background-color: rgb(145,65,120); }
div.DivClassName
{
background-color: #914178;
}
.BgClassName
{
background-color: #914178;
}
</style>
border-color css
<style>
span { border-color: #914178; }
span { border-color: rgb(145,65,120); }
td.TdClassName
{
border-color: #914178;
}
.TagClassName
{
border-color: #914178;
}
</style>