Shades of Dark Purple #91278A
Tints of Dark Purple #91278A
RGB
CMYK
RGB Variations
Color information
#91278A (or 0x91278A) is known color: Dark Purple. HEX triplet: 91, 27 and 8A. RGB value is (145,39,138). Sum of RGB (Red+Green+Blue) = 145+39+138=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91278A is #6ED875. Grayscale: #515151. Windows color (decimal): -7264374 or 9054097. OLE color: 9054097.
HSL color Cylindrical-coordinate representation of color #91278A: hue angle of 303.96º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91278A is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 39 | 138 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.43 |
| HSL | 303.96º | 0.58% | 0.36% | - |
| HSV(B) | 303.96º | 0.73% | 0.57% | - |
| XYZ | 16.99 | 9.31 | 24.95 | - |
| YUV | 81.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 138 | 0 | 0.73 | 0.05 | 0.43 | 303.96 | 0.58 | 0.36 |
| Hex | 91 | 27 | 8A | 0 | 49 | 5 | 2B | 130 | 3A | 24 |
| Octal | 221 | 47 | 212 | 0 | 111 | 5 | 53 | 460 | 72 | 44 |
| Binary | 10010001 | 100111 | 10001010 | 0 | 1001001 | 101 | 101011 | 100110000 | 111010 | 100100 |
Color Harmonies of #91278A
Complementary color
Monochromatic Colors of #91278A
Black with #91278A
Text Example
Text Example
White with #91278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91278A; }
p { color: rgb(145,39,138); }
H1.HeaderClassName
{
color: #91278A;
}
.AnyTagClassName
{
color: #91278A;
}
</style>
background-color css
<style>
a { background-color: #91278A; }
a { background-color: rgb(145,39,138); }
div.DivClassName
{
background-color: #91278A;
}
.BgClassName
{
background-color: #91278A;
}
</style>
border-color css
<style>
span { border-color: #91278A; }
span { border-color: rgb(145,39,138); }
td.TdClassName
{
border-color: #91278A;
}
.TagClassName
{
border-color: #91278A;
}
</style>