Shades of Dark Purple #910B7C
Tints of Dark Purple #910B7C
RGB
CMYK
RGB Variations
Color information
#910B7C (or 0x910B7C) is known color: Dark Purple. HEX triplet: 91, 0B and 7C. RGB value is (145,11,124). Sum of RGB (Red+Green+Blue) = 145+11+124=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #910B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B7C is #6EF483. Grayscale: #3F3F3F. Windows color (decimal): -7271556 or 8129425. OLE color: 8129425.
HSL color Cylindrical-coordinate representation of color #910B7C: hue angle of 309.4º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B7C is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 124 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.43 |
| HSL | 309.4º | 0.86% | 0.31% | - |
| HSV(B) | 309.4º | 0.92% | 0.57% | - |
| XYZ | 15.43 | 7.71 | 19.74 | - |
| YUV | 63.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 124 | 0 | 0.92 | 0.14 | 0.43 | 309.4 | 0.86 | 0.31 |
| Hex | 91 | B | 7C | 0 | 5C | E | 2B | 135 | 56 | 1F |
| Octal | 221 | 13 | 174 | 0 | 134 | 16 | 53 | 465 | 126 | 37 |
| Binary | 10010001 | 1011 | 1111100 | 0 | 1011100 | 1110 | 101011 | 100110101 | 1010110 | 11111 |
Color Harmonies of #910B7C
Complementary color
Monochromatic Colors of #910B7C
Black with #910B7C
Text Example
Text Example
White with #910B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B7C; }
p { color: rgb(145,11,124); }
H1.HeaderClassName
{
color: #910B7C;
}
.AnyTagClassName
{
color: #910B7C;
}
</style>
background-color css
<style>
a { background-color: #910B7C; }
a { background-color: rgb(145,11,124); }
div.DivClassName
{
background-color: #910B7C;
}
.BgClassName
{
background-color: #910B7C;
}
</style>
border-color css
<style>
span { border-color: #910B7C; }
span { border-color: rgb(145,11,124); }
td.TdClassName
{
border-color: #910B7C;
}
.TagClassName
{
border-color: #910B7C;
}
</style>