Shades of Dark Purple #914077
Tints of Dark Purple #914077
RGB
CMYK
RGB Variations
Color information
#914077 (or 0x914077) is known color: Dark Purple. HEX triplet: 91, 40 and 77. RGB value is (145,64,119). Sum of RGB (Red+Green+Blue) = 145+64+119=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #914077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914077 is #6EBF88. Grayscale: #5E5E5E. Windows color (decimal): -7257993 or 7815313. OLE color: 7815313.
HSL color Cylindrical-coordinate representation of color #914077: hue angle of 319.26º 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 #914077 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 119 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.43 |
| HSL | 319.26º | 0.39% | 0.41% | - |
| HSV(B) | 319.26º | 0.56% | 0.57% | - |
| XYZ | 16.84 | 11.02 | 18.69 | - |
| YUV | 94.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 119 | 0 | 0.56 | 0.18 | 0.43 | 319.26 | 0.39 | 0.41 |
| Hex | 91 | 40 | 77 | 0 | 38 | 12 | 2B | 13F | 27 | 29 |
| Octal | 221 | 100 | 167 | 0 | 70 | 22 | 53 | 477 | 47 | 51 |
| Binary | 10010001 | 1000000 | 1110111 | 0 | 111000 | 10010 | 101011 | 100111111 | 100111 | 101001 |
Color Harmonies of #914077
Complementary color
Monochromatic Colors of #914077
Black with #914077
Text Example
Text Example
White with #914077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914077; }
p { color: rgb(145,64,119); }
H1.HeaderClassName
{
color: #914077;
}
.AnyTagClassName
{
color: #914077;
}
</style>
background-color css
<style>
a { background-color: #914077; }
a { background-color: rgb(145,64,119); }
div.DivClassName
{
background-color: #914077;
}
.BgClassName
{
background-color: #914077;
}
</style>
border-color css
<style>
span { border-color: #914077; }
span { border-color: rgb(145,64,119); }
td.TdClassName
{
border-color: #914077;
}
.TagClassName
{
border-color: #914077;
}
</style>