Shades of Dark Purple #91367B
Tints of Dark Purple #91367B
RGB
CMYK
RGB Variations
Color information
#91367B (or 0x91367B) is known color: Dark Purple. HEX triplet: 91, 36 and 7B. RGB value is (145,54,123). Sum of RGB (Red+Green+Blue) = 145+54+123=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91367B is #6EC984. Grayscale: #585858. Windows color (decimal): -7260549 or 8074897. OLE color: 8074897.
HSL color Cylindrical-coordinate representation of color #91367B: hue angle of 314.51º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91367B is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 123 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.43 |
| HSL | 314.51º | 0.46% | 0.39% | - |
| HSV(B) | 314.51º | 0.63% | 0.57% | - |
| XYZ | 16.57 | 10.09 | 19.81 | - |
| YUV | 89.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 123 | 0 | 0.63 | 0.15 | 0.43 | 314.51 | 0.46 | 0.39 |
| Hex | 91 | 36 | 7B | 0 | 3F | F | 2B | 13B | 2E | 27 |
| Octal | 221 | 66 | 173 | 0 | 77 | 17 | 53 | 473 | 56 | 47 |
| Binary | 10010001 | 110110 | 1111011 | 0 | 111111 | 1111 | 101011 | 100111011 | 101110 | 100111 |
Color Harmonies of #91367B
Complementary color
Monochromatic Colors of #91367B
Black with #91367B
Text Example
Text Example
White with #91367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91367B; }
p { color: rgb(145,54,123); }
H1.HeaderClassName
{
color: #91367B;
}
.AnyTagClassName
{
color: #91367B;
}
</style>
background-color css
<style>
a { background-color: #91367B; }
a { background-color: rgb(145,54,123); }
div.DivClassName
{
background-color: #91367B;
}
.BgClassName
{
background-color: #91367B;
}
</style>
border-color css
<style>
span { border-color: #91367B; }
span { border-color: rgb(145,54,123); }
td.TdClassName
{
border-color: #91367B;
}
.TagClassName
{
border-color: #91367B;
}
</style>