Shades of Dark Purple #91327B
Tints of Dark Purple #91327B
RGB
CMYK
RGB Variations
Color information
#91327B (or 0x91327B) is known color: Dark Purple. HEX triplet: 91, 32 and 7B. RGB value is (145,50,123). Sum of RGB (Red+Green+Blue) = 145+50+123=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91327B is #6ECD84. Grayscale: #565656. Windows color (decimal): -7261573 or 8073873. OLE color: 8073873.
HSL color Cylindrical-coordinate representation of color #91327B: hue angle of 313.89º 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 #91327B is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 123 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.43 |
| HSL | 313.89º | 0.49% | 0.38% | - |
| HSV(B) | 313.89º | 0.66% | 0.57% | - |
| XYZ | 16.39 | 9.73 | 19.75 | - |
| YUV | 86.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 123 | 0 | 0.66 | 0.15 | 0.43 | 313.89 | 0.49 | 0.38 |
| Hex | 91 | 32 | 7B | 0 | 42 | F | 2B | 13A | 31 | 26 |
| Octal | 221 | 62 | 173 | 0 | 102 | 17 | 53 | 472 | 61 | 46 |
| Binary | 10010001 | 110010 | 1111011 | 0 | 1000010 | 1111 | 101011 | 100111010 | 110001 | 100110 |
Color Harmonies of #91327B
Complementary color
Monochromatic Colors of #91327B
Black with #91327B
Text Example
Text Example
White with #91327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91327B; }
p { color: rgb(145,50,123); }
H1.HeaderClassName
{
color: #91327B;
}
.AnyTagClassName
{
color: #91327B;
}
</style>
background-color css
<style>
a { background-color: #91327B; }
a { background-color: rgb(145,50,123); }
div.DivClassName
{
background-color: #91327B;
}
.BgClassName
{
background-color: #91327B;
}
</style>
border-color css
<style>
span { border-color: #91327B; }
span { border-color: rgb(145,50,123); }
td.TdClassName
{
border-color: #91327B;
}
.TagClassName
{
border-color: #91327B;
}
</style>