Shades of Dark Purple #914181
Tints of Dark Purple #914181
RGB
CMYK
RGB Variations
Color information
#914181 (or 0x914181) is known color: Dark Purple. HEX triplet: 91, 41 and 81. RGB value is (145,65,129). Sum of RGB (Red+Green+Blue) = 145+65+129=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #914181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914181 is #6EBE7E. Grayscale: #606060. Windows color (decimal): -7257727 or 8470929. OLE color: 8470929.
HSL color Cylindrical-coordinate representation of color #914181: hue angle of 312º 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 #914181 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 129 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.43 |
| HSL | 312º | 0.38% | 0.41% | - |
| HSV(B) | 312º | 0.55% | 0.57% | - |
| XYZ | 17.53 | 11.39 | 22.04 | - |
| YUV | 96.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 129 | 0 | 0.55 | 0.11 | 0.43 | 312 | 0.38 | 0.41 |
| Hex | 91 | 41 | 81 | 0 | 37 | B | 2B | 138 | 26 | 29 |
| Octal | 221 | 101 | 201 | 0 | 67 | 13 | 53 | 470 | 46 | 51 |
| Binary | 10010001 | 1000001 | 10000001 | 0 | 110111 | 1011 | 101011 | 100111000 | 100110 | 101001 |
Color Harmonies of #914181
Complementary color
Monochromatic Colors of #914181
Black with #914181
Text Example
Text Example
White with #914181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914181; }
p { color: rgb(145,65,129); }
H1.HeaderClassName
{
color: #914181;
}
.AnyTagClassName
{
color: #914181;
}
</style>
background-color css
<style>
a { background-color: #914181; }
a { background-color: rgb(145,65,129); }
div.DivClassName
{
background-color: #914181;
}
.BgClassName
{
background-color: #914181;
}
</style>
border-color css
<style>
span { border-color: #914181; }
span { border-color: rgb(145,65,129); }
td.TdClassName
{
border-color: #914181;
}
.TagClassName
{
border-color: #914181;
}
</style>