Shades of Dark Purple #914078
Tints of Dark Purple #914078
RGB
CMYK
RGB Variations
Color information
#914078 (or 0x914078) is known color: Dark Purple. HEX triplet: 91, 40 and 78. RGB value is (145,64,120). Sum of RGB (Red+Green+Blue) = 145+64+120=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #914078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914078 is #6EBF87. Grayscale: #5E5E5E. Windows color (decimal): -7257992 or 7880849. OLE color: 7880849.
HSL color Cylindrical-coordinate representation of color #914078: hue angle of 318.52º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914078 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 120 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.43 |
| HSL | 318.52º | 0.39% | 0.41% | - |
| HSV(B) | 318.52º | 0.56% | 0.57% | - |
| XYZ | 16.9 | 11.04 | 19.01 | - |
| YUV | 94.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 120 | 0 | 0.56 | 0.17 | 0.43 | 318.52 | 0.39 | 0.41 |
| Hex | 91 | 40 | 78 | 0 | 38 | 11 | 2B | 13F | 27 | 29 |
| Octal | 221 | 100 | 170 | 0 | 70 | 21 | 53 | 477 | 47 | 51 |
| Binary | 10010001 | 1000000 | 1111000 | 0 | 111000 | 10001 | 101011 | 100111111 | 100111 | 101001 |
Color Harmonies of #914078
Complementary color
Monochromatic Colors of #914078
Black with #914078
Text Example
Text Example
White with #914078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914078; }
p { color: rgb(145,64,120); }
H1.HeaderClassName
{
color: #914078;
}
.AnyTagClassName
{
color: #914078;
}
</style>
background-color css
<style>
a { background-color: #914078; }
a { background-color: rgb(145,64,120); }
div.DivClassName
{
background-color: #914078;
}
.BgClassName
{
background-color: #914078;
}
</style>
border-color css
<style>
span { border-color: #914078; }
span { border-color: rgb(145,64,120); }
td.TdClassName
{
border-color: #914078;
}
.TagClassName
{
border-color: #914078;
}
</style>