Shades of Dark Purple #91167F
Tints of Dark Purple #91167F
RGB
CMYK
RGB Variations
Color information
#91167F (or 0x91167F) is known color: Dark Purple. HEX triplet: 91, 16 and 7F. RGB value is (145,22,127). Sum of RGB (Red+Green+Blue) = 145+22+127=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91167F is #6EE980. Grayscale: #464646. Windows color (decimal): -7268737 or 8328849. OLE color: 8328849.
HSL color Cylindrical-coordinate representation of color #91167F: hue angle of 308.78º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91167F is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 127 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.43 |
| HSL | 308.78º | 0.74% | 0.33% | - |
| HSV(B) | 308.78º | 0.85% | 0.57% | - |
| XYZ | 15.79 | 8.13 | 20.81 | - |
| YUV | 70.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 127 | 0 | 0.85 | 0.12 | 0.43 | 308.78 | 0.74 | 0.33 |
| Hex | 91 | 16 | 7F | 0 | 55 | C | 2B | 135 | 4A | 21 |
| Octal | 221 | 26 | 177 | 0 | 125 | 14 | 53 | 465 | 112 | 41 |
| Binary | 10010001 | 10110 | 1111111 | 0 | 1010101 | 1100 | 101011 | 100110101 | 1001010 | 100001 |
Color Harmonies of #91167F
Complementary color
Monochromatic Colors of #91167F
Black with #91167F
Text Example
Text Example
White with #91167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91167F; }
p { color: rgb(145,22,127); }
H1.HeaderClassName
{
color: #91167F;
}
.AnyTagClassName
{
color: #91167F;
}
</style>
background-color css
<style>
a { background-color: #91167F; }
a { background-color: rgb(145,22,127); }
div.DivClassName
{
background-color: #91167F;
}
.BgClassName
{
background-color: #91167F;
}
</style>
border-color css
<style>
span { border-color: #91167F; }
span { border-color: rgb(145,22,127); }
td.TdClassName
{
border-color: #91167F;
}
.TagClassName
{
border-color: #91167F;
}
</style>