Shades of Dark Purple #913785
Tints of Dark Purple #913785
RGB
CMYK
RGB Variations
Color information
#913785 (or 0x913785) is known color: Dark Purple. HEX triplet: 91, 37 and 85. RGB value is (145,55,133). Sum of RGB (Red+Green+Blue) = 145+55+133=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913785 is #6EC87A. Grayscale: #5A5A5A. Windows color (decimal): -7260283 or 8730513. OLE color: 8730513.
HSL color Cylindrical-coordinate representation of color #913785: hue angle of 308º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913785 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 55 | 133 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.43 |
| HSL | 308º | 0.45% | 0.39% | - |
| HSV(B) | 308º | 0.62% | 0.57% | - |
| XYZ | 17.28 | 10.45 | 23.3 | - |
| YUV | 90.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 133 | 0 | 0.62 | 0.08 | 0.43 | 308 | 0.45 | 0.39 |
| Hex | 91 | 37 | 85 | 0 | 3E | 8 | 2B | 134 | 2D | 27 |
| Octal | 221 | 67 | 205 | 0 | 76 | 10 | 53 | 464 | 55 | 47 |
| Binary | 10010001 | 110111 | 10000101 | 0 | 111110 | 1000 | 101011 | 100110100 | 101101 | 100111 |
Color Harmonies of #913785
Complementary color
Monochromatic Colors of #913785
Black with #913785
Text Example
Text Example
White with #913785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913785; }
p { color: rgb(145,55,133); }
H1.HeaderClassName
{
color: #913785;
}
.AnyTagClassName
{
color: #913785;
}
</style>
background-color css
<style>
a { background-color: #913785; }
a { background-color: rgb(145,55,133); }
div.DivClassName
{
background-color: #913785;
}
.BgClassName
{
background-color: #913785;
}
</style>
border-color css
<style>
span { border-color: #913785; }
span { border-color: rgb(145,55,133); }
td.TdClassName
{
border-color: #913785;
}
.TagClassName
{
border-color: #913785;
}
</style>