Shades of Dark Purple #91417D
Tints of Dark Purple #91417D
RGB
CMYK
RGB Variations
Color information
#91417D (or 0x91417D) is known color: Dark Purple. HEX triplet: 91, 41 and 7D. RGB value is (145,65,125). Sum of RGB (Red+Green+Blue) = 145+65+125=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #91417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91417D is #6EBE82. Grayscale: #5F5F5F. Windows color (decimal): -7257731 or 8208785. OLE color: 8208785.
HSL color Cylindrical-coordinate representation of color #91417D: hue angle of 315º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91417D is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 125 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.43 |
| HSL | 315º | 0.38% | 0.41% | - |
| HSV(B) | 315º | 0.55% | 0.57% | - |
| XYZ | 17.27 | 11.28 | 20.67 | - |
| YUV | 95.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 125 | 0 | 0.55 | 0.14 | 0.43 | 315 | 0.38 | 0.41 |
| Hex | 91 | 41 | 7D | 0 | 37 | E | 2B | 13B | 26 | 29 |
| Octal | 221 | 101 | 175 | 0 | 67 | 16 | 53 | 473 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1111101 | 0 | 110111 | 1110 | 101011 | 100111011 | 100110 | 101001 |
Color Harmonies of #91417D
Complementary color
Monochromatic Colors of #91417D
Black with #91417D
Text Example
Text Example
White with #91417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91417D; }
p { color: rgb(145,65,125); }
H1.HeaderClassName
{
color: #91417D;
}
.AnyTagClassName
{
color: #91417D;
}
</style>
background-color css
<style>
a { background-color: #91417D; }
a { background-color: rgb(145,65,125); }
div.DivClassName
{
background-color: #91417D;
}
.BgClassName
{
background-color: #91417D;
}
</style>
border-color css
<style>
span { border-color: #91417D; }
span { border-color: rgb(145,65,125); }
td.TdClassName
{
border-color: #91417D;
}
.TagClassName
{
border-color: #91417D;
}
</style>