Shades of Dark Purple #913289
Tints of Dark Purple #913289
RGB
CMYK
RGB Variations
Color information
#913289 (or 0x913289) is known color: Dark Purple. HEX triplet: 91, 32 and 89. RGB value is (145,50,137). Sum of RGB (Red+Green+Blue) = 145+50+137=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913289 is #6ECD76. Grayscale: #585858. Windows color (decimal): -7261559 or 8991377. OLE color: 8991377.
HSL color Cylindrical-coordinate representation of color #913289: hue angle of 305.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913289 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 137 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.43 |
| HSL | 305.05º | 0.49% | 0.38% | - |
| HSV(B) | 305.05º | 0.66% | 0.57% | - |
| XYZ | 17.33 | 10.11 | 24.7 | - |
| YUV | 88.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 137 | 0 | 0.66 | 0.06 | 0.43 | 305.05 | 0.49 | 0.38 |
| Hex | 91 | 32 | 89 | 0 | 42 | 6 | 2B | 131 | 31 | 26 |
| Octal | 221 | 62 | 211 | 0 | 102 | 6 | 53 | 461 | 61 | 46 |
| Binary | 10010001 | 110010 | 10001001 | 0 | 1000010 | 110 | 101011 | 100110001 | 110001 | 100110 |
Color Harmonies of #913289
Complementary color
Monochromatic Colors of #913289
Black with #913289
Text Example
Text Example
White with #913289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913289; }
p { color: rgb(145,50,137); }
H1.HeaderClassName
{
color: #913289;
}
.AnyTagClassName
{
color: #913289;
}
</style>
background-color css
<style>
a { background-color: #913289; }
a { background-color: rgb(145,50,137); }
div.DivClassName
{
background-color: #913289;
}
.BgClassName
{
background-color: #913289;
}
</style>
border-color css
<style>
span { border-color: #913289; }
span { border-color: rgb(145,50,137); }
td.TdClassName
{
border-color: #913289;
}
.TagClassName
{
border-color: #913289;
}
</style>