Shades of Dark Purple #91258A
Tints of Dark Purple #91258A
RGB
CMYK
RGB Variations
Color information
#91258A (or 0x91258A) is known color: Dark Purple. HEX triplet: 91, 25 and 8A. RGB value is (145,37,138). Sum of RGB (Red+Green+Blue) = 145+37+138=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91258A is #6EDA75. Grayscale: #505050. Windows color (decimal): -7264886 or 9053585. OLE color: 9053585.
HSL color Cylindrical-coordinate representation of color #91258A: hue angle of 303.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91258A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 138 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.43 |
| HSL | 303.89º | 0.59% | 0.36% | - |
| HSV(B) | 303.89º | 0.74% | 0.57% | - |
| XYZ | 16.93 | 9.18 | 24.92 | - |
| YUV | 80.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 138 | 0 | 0.74 | 0.05 | 0.43 | 303.89 | 0.59 | 0.36 |
| Hex | 91 | 25 | 8A | 0 | 4A | 5 | 2B | 130 | 3B | 24 |
| Octal | 221 | 45 | 212 | 0 | 112 | 5 | 53 | 460 | 73 | 44 |
| Binary | 10010001 | 100101 | 10001010 | 0 | 1001010 | 101 | 101011 | 100110000 | 111011 | 100100 |
Color Harmonies of #91258A
Complementary color
Monochromatic Colors of #91258A
Black with #91258A
Text Example
Text Example
White with #91258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91258A; }
p { color: rgb(145,37,138); }
H1.HeaderClassName
{
color: #91258A;
}
.AnyTagClassName
{
color: #91258A;
}
</style>
background-color css
<style>
a { background-color: #91258A; }
a { background-color: rgb(145,37,138); }
div.DivClassName
{
background-color: #91258A;
}
.BgClassName
{
background-color: #91258A;
}
</style>
border-color css
<style>
span { border-color: #91258A; }
span { border-color: rgb(145,37,138); }
td.TdClassName
{
border-color: #91258A;
}
.TagClassName
{
border-color: #91258A;
}
</style>