Shades of Dark Purple #913B7D
Tints of Dark Purple #913B7D
RGB
CMYK
RGB Variations
Color information
#913B7D (or 0x913B7D) is known color: Dark Purple. HEX triplet: 91, 3B and 7D. RGB value is (145,59,125). Sum of RGB (Red+Green+Blue) = 145+59+125=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #913B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B7D is #6EC482. Grayscale: #5C5C5C. Windows color (decimal): -7259267 or 8207249. OLE color: 8207249.
HSL color Cylindrical-coordinate representation of color #913B7D: hue angle of 313.95º degrees, saturation: 0.42, 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 #913B7D is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 125 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.43 |
| HSL | 313.95º | 0.42% | 0.4% | - |
| HSV(B) | 313.95º | 0.59% | 0.57% | - |
| XYZ | 16.94 | 10.63 | 20.56 | - |
| YUV | 92.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 125 | 0 | 0.59 | 0.14 | 0.43 | 313.95 | 0.42 | 0.4 |
| Hex | 91 | 3B | 7D | 0 | 3B | E | 2B | 13A | 2A | 28 |
| Octal | 221 | 73 | 175 | 0 | 73 | 16 | 53 | 472 | 52 | 50 |
| Binary | 10010001 | 111011 | 1111101 | 0 | 111011 | 1110 | 101011 | 100111010 | 101010 | 101000 |
Color Harmonies of #913B7D
Complementary color
Monochromatic Colors of #913B7D
Black with #913B7D
Text Example
Text Example
White with #913B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B7D; }
p { color: rgb(145,59,125); }
H1.HeaderClassName
{
color: #913B7D;
}
.AnyTagClassName
{
color: #913B7D;
}
</style>
background-color css
<style>
a { background-color: #913B7D; }
a { background-color: rgb(145,59,125); }
div.DivClassName
{
background-color: #913B7D;
}
.BgClassName
{
background-color: #913B7D;
}
</style>
border-color css
<style>
span { border-color: #913B7D; }
span { border-color: rgb(145,59,125); }
td.TdClassName
{
border-color: #913B7D;
}
.TagClassName
{
border-color: #913B7D;
}
</style>