Shades of Dark Purple #911374
Tints of Dark Purple #911374
RGB
CMYK
RGB Variations
Color information
#911374 (or 0x911374) is known color: Dark Purple. HEX triplet: 91, 13 and 74. RGB value is (145,19,116). Sum of RGB (Red+Green+Blue) = 145+19+116=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #911374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911374 is #6EEC8B. Grayscale: #434343. Windows color (decimal): -7269516 or 7607185. OLE color: 7607185.
HSL color Cylindrical-coordinate representation of color #911374: hue angle of 313.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911374 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 116 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.43 |
| HSL | 313.81º | 0.77% | 0.32% | - |
| HSV(B) | 313.81º | 0.87% | 0.57% | - |
| XYZ | 15.06 | 7.75 | 17.22 | - |
| YUV | 67.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 116 | 0 | 0.87 | 0.2 | 0.43 | 313.81 | 0.77 | 0.32 |
| Hex | 91 | 13 | 74 | 0 | 57 | 14 | 2B | 13A | 4D | 20 |
| Octal | 221 | 23 | 164 | 0 | 127 | 24 | 53 | 472 | 115 | 40 |
| Binary | 10010001 | 10011 | 1110100 | 0 | 1010111 | 10100 | 101011 | 100111010 | 1001101 | 100000 |
Color Harmonies of #911374
Complementary color
Monochromatic Colors of #911374
Black with #911374
Text Example
Text Example
White with #911374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911374; }
p { color: rgb(145,19,116); }
H1.HeaderClassName
{
color: #911374;
}
.AnyTagClassName
{
color: #911374;
}
</style>
background-color css
<style>
a { background-color: #911374; }
a { background-color: rgb(145,19,116); }
div.DivClassName
{
background-color: #911374;
}
.BgClassName
{
background-color: #911374;
}
</style>
border-color css
<style>
span { border-color: #911374; }
span { border-color: rgb(145,19,116); }
td.TdClassName
{
border-color: #911374;
}
.TagClassName
{
border-color: #911374;
}
</style>