Shades of Dark Purple #914279
Tints of Dark Purple #914279
RGB
CMYK
RGB Variations
Color information
#914279 (or 0x914279) is known color: Dark Purple. HEX triplet: 91, 42 and 79. RGB value is (145,66,121). Sum of RGB (Red+Green+Blue) = 145+66+121=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #914279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914279 is #6EBD86. Grayscale: #5F5F5F. Windows color (decimal): -7257479 or 7946897. OLE color: 7946897.
HSL color Cylindrical-coordinate representation of color #914279: hue angle of 318.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914279 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 121 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.43 |
| HSL | 318.23º | 0.37% | 0.41% | - |
| HSV(B) | 318.23º | 0.54% | 0.57% | - |
| XYZ | 17.08 | 11.3 | 19.37 | - |
| YUV | 95.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 121 | 0 | 0.54 | 0.17 | 0.43 | 318.23 | 0.37 | 0.41 |
| Hex | 91 | 42 | 79 | 0 | 36 | 11 | 2B | 13E | 25 | 29 |
| Octal | 221 | 102 | 171 | 0 | 66 | 21 | 53 | 476 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1111001 | 0 | 110110 | 10001 | 101011 | 100111110 | 100101 | 101001 |
Color Harmonies of #914279
Complementary color
Monochromatic Colors of #914279
Black with #914279
Text Example
Text Example
White with #914279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914279; }
p { color: rgb(145,66,121); }
H1.HeaderClassName
{
color: #914279;
}
.AnyTagClassName
{
color: #914279;
}
</style>
background-color css
<style>
a { background-color: #914279; }
a { background-color: rgb(145,66,121); }
div.DivClassName
{
background-color: #914279;
}
.BgClassName
{
background-color: #914279;
}
</style>
border-color css
<style>
span { border-color: #914279; }
span { border-color: rgb(145,66,121); }
td.TdClassName
{
border-color: #914279;
}
.TagClassName
{
border-color: #914279;
}
</style>