Shades of Dark Purple #91307C
Tints of Dark Purple #91307C
RGB
CMYK
RGB Variations
Color information
#91307C (or 0x91307C) is known color: Dark Purple. HEX triplet: 91, 30 and 7C. RGB value is (145,48,124). Sum of RGB (Red+Green+Blue) = 145+48+124=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #91307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91307C is #6ECF83. Grayscale: #555555. Windows color (decimal): -7262084 or 8138897. OLE color: 8138897.
HSL color Cylindrical-coordinate representation of color #91307C: hue angle of 312.99º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91307C is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 124 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.43 |
| HSL | 312.99º | 0.5% | 0.38% | - |
| HSV(B) | 312.99º | 0.67% | 0.57% | - |
| XYZ | 16.37 | 9.59 | 20.06 | - |
| YUV | 85.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 124 | 0 | 0.67 | 0.14 | 0.43 | 312.99 | 0.5 | 0.38 |
| Hex | 91 | 30 | 7C | 0 | 43 | E | 2B | 139 | 32 | 26 |
| Octal | 221 | 60 | 174 | 0 | 103 | 16 | 53 | 471 | 62 | 46 |
| Binary | 10010001 | 110000 | 1111100 | 0 | 1000011 | 1110 | 101011 | 100111001 | 110010 | 100110 |
Color Harmonies of #91307C
Complementary color
Monochromatic Colors of #91307C
Black with #91307C
Text Example
Text Example
White with #91307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91307C; }
p { color: rgb(145,48,124); }
H1.HeaderClassName
{
color: #91307C;
}
.AnyTagClassName
{
color: #91307C;
}
</style>
background-color css
<style>
a { background-color: #91307C; }
a { background-color: rgb(145,48,124); }
div.DivClassName
{
background-color: #91307C;
}
.BgClassName
{
background-color: #91307C;
}
</style>
border-color css
<style>
span { border-color: #91307C; }
span { border-color: rgb(145,48,124); }
td.TdClassName
{
border-color: #91307C;
}
.TagClassName
{
border-color: #91307C;
}
</style>