Shades of Dark Purple #912777
Tints of Dark Purple #912777
RGB
CMYK
RGB Variations
Color information
#912777 (or 0x912777) is known color: Dark Purple. HEX triplet: 91, 27 and 77. RGB value is (145,39,119). Sum of RGB (Red+Green+Blue) = 145+39+119=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #912777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912777 is #6ED888. Grayscale: #4F4F4F. Windows color (decimal): -7264393 or 7808913. OLE color: 7808913.
HSL color Cylindrical-coordinate representation of color #912777: hue angle of 314.72º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #912777 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 39 | 119 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.43 |
| HSL | 314.72º | 0.58% | 0.36% | - |
| HSV(B) | 314.72º | 0.73% | 0.57% | - |
| XYZ | 15.73 | 8.8 | 18.32 | - |
| YUV | 79.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 119 | 0 | 0.73 | 0.18 | 0.43 | 314.72 | 0.58 | 0.36 |
| Hex | 91 | 27 | 77 | 0 | 49 | 12 | 2B | 13B | 3A | 24 |
| Octal | 221 | 47 | 167 | 0 | 111 | 22 | 53 | 473 | 72 | 44 |
| Binary | 10010001 | 100111 | 1110111 | 0 | 1001001 | 10010 | 101011 | 100111011 | 111010 | 100100 |
Color Harmonies of #912777
Complementary color
Monochromatic Colors of #912777
Black with #912777
Text Example
Text Example
White with #912777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912777; }
p { color: rgb(145,39,119); }
H1.HeaderClassName
{
color: #912777;
}
.AnyTagClassName
{
color: #912777;
}
</style>
background-color css
<style>
a { background-color: #912777; }
a { background-color: rgb(145,39,119); }
div.DivClassName
{
background-color: #912777;
}
.BgClassName
{
background-color: #912777;
}
</style>
border-color css
<style>
span { border-color: #912777; }
span { border-color: rgb(145,39,119); }
td.TdClassName
{
border-color: #912777;
}
.TagClassName
{
border-color: #912777;
}
</style>