Shades of Dark Purple #914180
Tints of Dark Purple #914180
RGB
CMYK
RGB Variations
Color information
#914180 (or 0x914180) is known color: Dark Purple. HEX triplet: 91, 41 and 80. RGB value is (145,65,128). Sum of RGB (Red+Green+Blue) = 145+65+128=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #914180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914180 is #6EBE7F. Grayscale: #5F5F5F. Windows color (decimal): -7257728 or 8405393. OLE color: 8405393.
HSL color Cylindrical-coordinate representation of color #914180: hue angle of 312.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914180 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 128 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.43 |
| HSL | 312.75º | 0.38% | 0.41% | - |
| HSV(B) | 312.75º | 0.55% | 0.57% | - |
| XYZ | 17.46 | 11.36 | 21.69 | - |
| YUV | 96.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 128 | 0 | 0.55 | 0.12 | 0.43 | 312.75 | 0.38 | 0.41 |
| Hex | 91 | 41 | 80 | 0 | 37 | C | 2B | 139 | 26 | 29 |
| Octal | 221 | 101 | 200 | 0 | 67 | 14 | 53 | 471 | 46 | 51 |
| Binary | 10010001 | 1000001 | 10000000 | 0 | 110111 | 1100 | 101011 | 100111001 | 100110 | 101001 |
Color Harmonies of #914180
Complementary color
Monochromatic Colors of #914180
Black with #914180
Text Example
Text Example
White with #914180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914180; }
p { color: rgb(145,65,128); }
H1.HeaderClassName
{
color: #914180;
}
.AnyTagClassName
{
color: #914180;
}
</style>
background-color css
<style>
a { background-color: #914180; }
a { background-color: rgb(145,65,128); }
div.DivClassName
{
background-color: #914180;
}
.BgClassName
{
background-color: #914180;
}
</style>
border-color css
<style>
span { border-color: #914180; }
span { border-color: rgb(145,65,128); }
td.TdClassName
{
border-color: #914180;
}
.TagClassName
{
border-color: #914180;
}
</style>