Shades of Dark Purple #912185
Tints of Dark Purple #912185
RGB
CMYK
RGB Variations
Color information
#912185 (or 0x912185) is known color: Dark Purple. HEX triplet: 91, 21 and 85. RGB value is (145,33,133). Sum of RGB (Red+Green+Blue) = 145+33+133=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #912185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912185 is #6EDE7A. Grayscale: #4D4D4D. Windows color (decimal): -7265915 or 8724881. OLE color: 8724881.
HSL color Cylindrical-coordinate representation of color #912185: hue angle of 306.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912185 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 133 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.43 |
| HSL | 306.43º | 0.63% | 0.35% | - |
| HSV(B) | 306.43º | 0.77% | 0.57% | - |
| XYZ | 16.45 | 8.8 | 23.02 | - |
| YUV | 77.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 133 | 0 | 0.77 | 0.08 | 0.43 | 306.43 | 0.63 | 0.35 |
| Hex | 91 | 21 | 85 | 0 | 4D | 8 | 2B | 132 | 3F | 23 |
| Octal | 221 | 41 | 205 | 0 | 115 | 10 | 53 | 462 | 77 | 43 |
| Binary | 10010001 | 100001 | 10000101 | 0 | 1001101 | 1000 | 101011 | 100110010 | 111111 | 100011 |
Color Harmonies of #912185
Complementary color
Monochromatic Colors of #912185
Black with #912185
Text Example
Text Example
White with #912185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912185; }
p { color: rgb(145,33,133); }
H1.HeaderClassName
{
color: #912185;
}
.AnyTagClassName
{
color: #912185;
}
</style>
background-color css
<style>
a { background-color: #912185; }
a { background-color: rgb(145,33,133); }
div.DivClassName
{
background-color: #912185;
}
.BgClassName
{
background-color: #912185;
}
</style>
border-color css
<style>
span { border-color: #912185; }
span { border-color: rgb(145,33,133); }
td.TdClassName
{
border-color: #912185;
}
.TagClassName
{
border-color: #912185;
}
</style>