Shades of Dark Purple #912183
Tints of Dark Purple #912183
RGB
CMYK
RGB Variations
Color information
#912183 (or 0x912183) is known color: Dark Purple. HEX triplet: 91, 21 and 83. RGB value is (145,33,131). Sum of RGB (Red+Green+Blue) = 145+33+131=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #912183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912183 is #6EDE7C. Grayscale: #4D4D4D. Windows color (decimal): -7265917 or 8593809. OLE color: 8593809.
HSL color Cylindrical-coordinate representation of color #912183: hue angle of 307.5º 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 #912183 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 131 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.43 |
| HSL | 307.5º | 0.63% | 0.35% | - |
| HSV(B) | 307.5º | 0.77% | 0.57% | - |
| XYZ | 16.32 | 8.75 | 22.3 | - |
| YUV | 77.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 131 | 0 | 0.77 | 0.10 | 0.43 | 307.5 | 0.63 | 0.35 |
| Hex | 91 | 21 | 83 | 0 | 4D | A | 2B | 134 | 3F | 23 |
| Octal | 221 | 41 | 203 | 0 | 115 | 12 | 53 | 464 | 77 | 43 |
| Binary | 10010001 | 100001 | 10000011 | 0 | 1001101 | 1010 | 101011 | 100110100 | 111111 | 100011 |
Color Harmonies of #912183
Complementary color
Monochromatic Colors of #912183
Black with #912183
Text Example
Text Example
White with #912183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912183; }
p { color: rgb(145,33,131); }
H1.HeaderClassName
{
color: #912183;
}
.AnyTagClassName
{
color: #912183;
}
</style>
background-color css
<style>
a { background-color: #912183; }
a { background-color: rgb(145,33,131); }
div.DivClassName
{
background-color: #912183;
}
.BgClassName
{
background-color: #912183;
}
</style>
border-color css
<style>
span { border-color: #912183; }
span { border-color: rgb(145,33,131); }
td.TdClassName
{
border-color: #912183;
}
.TagClassName
{
border-color: #912183;
}
</style>