Shades of Dark Purple #913D76
Tints of Dark Purple #913D76
RGB
CMYK
RGB Variations
Color information
#913D76 (or 0x913D76) is known color: Dark Purple. HEX triplet: 91, 3D and 76. RGB value is (145,61,118). Sum of RGB (Red+Green+Blue) = 145+61+118=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #913D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D76 is #6EC289. Grayscale: #5C5C5C. Windows color (decimal): -7258762 or 7749009. OLE color: 7749009.
HSL color Cylindrical-coordinate representation of color #913D76: hue angle of 319.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D76 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 118 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.43 |
| HSL | 319.29º | 0.41% | 0.4% | - |
| HSV(B) | 319.29º | 0.58% | 0.57% | - |
| XYZ | 16.62 | 10.67 | 18.32 | - |
| YUV | 92.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 118 | 0 | 0.58 | 0.19 | 0.43 | 319.29 | 0.41 | 0.4 |
| Hex | 91 | 3D | 76 | 0 | 3A | 13 | 2B | 13F | 29 | 28 |
| Octal | 221 | 75 | 166 | 0 | 72 | 23 | 53 | 477 | 51 | 50 |
| Binary | 10010001 | 111101 | 1110110 | 0 | 111010 | 10011 | 101011 | 100111111 | 101001 | 101000 |
Color Harmonies of #913D76
Complementary color
Monochromatic Colors of #913D76
Black with #913D76
Text Example
Text Example
White with #913D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D76; }
p { color: rgb(145,61,118); }
H1.HeaderClassName
{
color: #913D76;
}
.AnyTagClassName
{
color: #913D76;
}
</style>
background-color css
<style>
a { background-color: #913D76; }
a { background-color: rgb(145,61,118); }
div.DivClassName
{
background-color: #913D76;
}
.BgClassName
{
background-color: #913D76;
}
</style>
border-color css
<style>
span { border-color: #913D76; }
span { border-color: rgb(145,61,118); }
td.TdClassName
{
border-color: #913D76;
}
.TagClassName
{
border-color: #913D76;
}
</style>