Shades of Dark Purple #912E77
Tints of Dark Purple #912E77
RGB
CMYK
RGB Variations
Color information
#912E77 (or 0x912E77) is known color: Dark Purple. HEX triplet: 91, 2E and 77. RGB value is (145,46,119). Sum of RGB (Red+Green+Blue) = 145+46+119=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #912E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E77 is #6ED188. Grayscale: #535353. Windows color (decimal): -7262601 or 7810705. OLE color: 7810705.
HSL color Cylindrical-coordinate representation of color #912E77: hue angle of 315.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E77 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 119 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.43 |
| HSL | 315.76º | 0.52% | 0.37% | - |
| HSV(B) | 315.76º | 0.68% | 0.57% | - |
| XYZ | 15.98 | 9.31 | 18.41 | - |
| YUV | 83.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 119 | 0 | 0.68 | 0.18 | 0.43 | 315.76 | 0.52 | 0.37 |
| Hex | 91 | 2E | 77 | 0 | 44 | 12 | 2B | 13C | 34 | 25 |
| Octal | 221 | 56 | 167 | 0 | 104 | 22 | 53 | 474 | 64 | 45 |
| Binary | 10010001 | 101110 | 1110111 | 0 | 1000100 | 10010 | 101011 | 100111100 | 110100 | 100101 |
Color Harmonies of #912E77
Complementary color
Monochromatic Colors of #912E77
Black with #912E77
Text Example
Text Example
White with #912E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E77; }
p { color: rgb(145,46,119); }
H1.HeaderClassName
{
color: #912E77;
}
.AnyTagClassName
{
color: #912E77;
}
</style>
background-color css
<style>
a { background-color: #912E77; }
a { background-color: rgb(145,46,119); }
div.DivClassName
{
background-color: #912E77;
}
.BgClassName
{
background-color: #912E77;
}
</style>
border-color css
<style>
span { border-color: #912E77; }
span { border-color: rgb(145,46,119); }
td.TdClassName
{
border-color: #912E77;
}
.TagClassName
{
border-color: #912E77;
}
</style>