Shades of Dark Purple #91107B
Tints of Dark Purple #91107B
RGB
CMYK
RGB Variations
Color information
#91107B (or 0x91107B) is known color: Dark Purple. HEX triplet: 91, 10 and 7B. RGB value is (145,16,123). Sum of RGB (Red+Green+Blue) = 145+16+123=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #91107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91107B is #6EEF84. Grayscale: #424242. Windows color (decimal): -7270277 or 8065169. OLE color: 8065169.
HSL color Cylindrical-coordinate representation of color #91107B: hue angle of 310.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91107B is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 123 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.43 |
| HSL | 310.23º | 0.8% | 0.32% | - |
| HSV(B) | 310.23º | 0.89% | 0.57% | - |
| XYZ | 15.44 | 7.82 | 19.43 | - |
| YUV | 66.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 123 | 0 | 0.89 | 0.15 | 0.43 | 310.23 | 0.8 | 0.32 |
| Hex | 91 | 10 | 7B | 0 | 59 | F | 2B | 136 | 50 | 20 |
| Octal | 221 | 20 | 173 | 0 | 131 | 17 | 53 | 466 | 120 | 40 |
| Binary | 10010001 | 10000 | 1111011 | 0 | 1011001 | 1111 | 101011 | 100110110 | 1010000 | 100000 |
Color Harmonies of #91107B
Complementary color
Monochromatic Colors of #91107B
Black with #91107B
Text Example
Text Example
White with #91107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91107B; }
p { color: rgb(145,16,123); }
H1.HeaderClassName
{
color: #91107B;
}
.AnyTagClassName
{
color: #91107B;
}
</style>
background-color css
<style>
a { background-color: #91107B; }
a { background-color: rgb(145,16,123); }
div.DivClassName
{
background-color: #91107B;
}
.BgClassName
{
background-color: #91107B;
}
</style>
border-color css
<style>
span { border-color: #91107B; }
span { border-color: rgb(145,16,123); }
td.TdClassName
{
border-color: #91107B;
}
.TagClassName
{
border-color: #91107B;
}
</style>