Shades of Dark Purple #913C76
Tints of Dark Purple #913C76
RGB
CMYK
RGB Variations
Color information
#913C76 (or 0x913C76) is known color: Dark Purple. HEX triplet: 91, 3C and 76. RGB value is (145,60,118). Sum of RGB (Red+Green+Blue) = 145+60+118=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #913C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913C76 is #6EC389. Grayscale: #5B5B5B. Windows color (decimal): -7259018 or 7748753. OLE color: 7748753.
HSL color Cylindrical-coordinate representation of color #913C76: hue angle of 319.06º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C76 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 118 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.43 |
| HSL | 319.06º | 0.41% | 0.4% | - |
| HSV(B) | 319.06º | 0.59% | 0.57% | - |
| XYZ | 16.56 | 10.56 | 18.3 | - |
| YUV | 92.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 118 | 0 | 0.59 | 0.19 | 0.43 | 319.06 | 0.41 | 0.4 |
| Hex | 91 | 3C | 76 | 0 | 3B | 13 | 2B | 13F | 29 | 28 |
| Octal | 221 | 74 | 166 | 0 | 73 | 23 | 53 | 477 | 51 | 50 |
| Binary | 10010001 | 111100 | 1110110 | 0 | 111011 | 10011 | 101011 | 100111111 | 101001 | 101000 |
Color Harmonies of #913C76
Complementary color
Monochromatic Colors of #913C76
Black with #913C76
Text Example
Text Example
White with #913C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C76; }
p { color: rgb(145,60,118); }
H1.HeaderClassName
{
color: #913C76;
}
.AnyTagClassName
{
color: #913C76;
}
</style>
background-color css
<style>
a { background-color: #913C76; }
a { background-color: rgb(145,60,118); }
div.DivClassName
{
background-color: #913C76;
}
.BgClassName
{
background-color: #913C76;
}
</style>
border-color css
<style>
span { border-color: #913C76; }
span { border-color: rgb(145,60,118); }
td.TdClassName
{
border-color: #913C76;
}
.TagClassName
{
border-color: #913C76;
}
</style>