Shades of Dark Purple #911778
Tints of Dark Purple #911778
RGB
CMYK
RGB Variations
Color information
#911778 (or 0x911778) is known color: Dark Purple. HEX triplet: 91, 17 and 78. RGB value is (145,23,120). Sum of RGB (Red+Green+Blue) = 145+23+120=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #911778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911778 is #6EE887. Grayscale: #464646. Windows color (decimal): -7268488 or 7870353. OLE color: 7870353.
HSL color Cylindrical-coordinate representation of color #911778: hue angle of 312.3º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911778 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 120 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.43 |
| HSL | 312.3º | 0.73% | 0.33% | - |
| HSV(B) | 312.3º | 0.84% | 0.57% | - |
| XYZ | 15.37 | 7.99 | 18.5 | - |
| YUV | 70.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 120 | 0 | 0.84 | 0.17 | 0.43 | 312.3 | 0.73 | 0.33 |
| Hex | 91 | 17 | 78 | 0 | 54 | 11 | 2B | 138 | 49 | 21 |
| Octal | 221 | 27 | 170 | 0 | 124 | 21 | 53 | 470 | 111 | 41 |
| Binary | 10010001 | 10111 | 1111000 | 0 | 1010100 | 10001 | 101011 | 100111000 | 1001001 | 100001 |
Color Harmonies of #911778
Complementary color
Monochromatic Colors of #911778
Black with #911778
Text Example
Text Example
White with #911778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911778; }
p { color: rgb(145,23,120); }
H1.HeaderClassName
{
color: #911778;
}
.AnyTagClassName
{
color: #911778;
}
</style>
background-color css
<style>
a { background-color: #911778; }
a { background-color: rgb(145,23,120); }
div.DivClassName
{
background-color: #911778;
}
.BgClassName
{
background-color: #911778;
}
</style>
border-color css
<style>
span { border-color: #911778; }
span { border-color: rgb(145,23,120); }
td.TdClassName
{
border-color: #911778;
}
.TagClassName
{
border-color: #911778;
}
</style>