Shades of Dark Purple #913277
Tints of Dark Purple #913277
RGB
CMYK
RGB Variations
Color information
#913277 (or 0x913277) is known color: Dark Purple. HEX triplet: 91, 32 and 77. RGB value is (145,50,119). Sum of RGB (Red+Green+Blue) = 145+50+119=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #913277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913277 is #6ECD88. Grayscale: #565656. Windows color (decimal): -7261577 or 7811729. OLE color: 7811729.
HSL color Cylindrical-coordinate representation of color #913277: hue angle of 316.42º 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 #913277 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 119 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.43 |
| HSL | 316.42º | 0.49% | 0.38% | - |
| HSV(B) | 316.42º | 0.66% | 0.57% | - |
| XYZ | 16.15 | 9.63 | 18.46 | - |
| YUV | 86.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 119 | 0 | 0.66 | 0.18 | 0.43 | 316.42 | 0.49 | 0.38 |
| Hex | 91 | 32 | 77 | 0 | 42 | 12 | 2B | 13C | 31 | 26 |
| Octal | 221 | 62 | 167 | 0 | 102 | 22 | 53 | 474 | 61 | 46 |
| Binary | 10010001 | 110010 | 1110111 | 0 | 1000010 | 10010 | 101011 | 100111100 | 110001 | 100110 |
Color Harmonies of #913277
Complementary color
Monochromatic Colors of #913277
Black with #913277
Text Example
Text Example
White with #913277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913277; }
p { color: rgb(145,50,119); }
H1.HeaderClassName
{
color: #913277;
}
.AnyTagClassName
{
color: #913277;
}
</style>
background-color css
<style>
a { background-color: #913277; }
a { background-color: rgb(145,50,119); }
div.DivClassName
{
background-color: #913277;
}
.BgClassName
{
background-color: #913277;
}
</style>
border-color css
<style>
span { border-color: #913277; }
span { border-color: rgb(145,50,119); }
td.TdClassName
{
border-color: #913277;
}
.TagClassName
{
border-color: #913277;
}
</style>