Shades of Dark Purple #91427D
Tints of Dark Purple #91427D
RGB
CMYK
RGB Variations
Color information
#91427D (or 0x91427D) is known color: Dark Purple. HEX triplet: 91, 42 and 7D. RGB value is (145,66,125). Sum of RGB (Red+Green+Blue) = 145+66+125=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91427D is #6EBD82. Grayscale: #606060. Windows color (decimal): -7257475 or 8209041. OLE color: 8209041.
HSL color Cylindrical-coordinate representation of color #91427D: hue angle of 315.19º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91427D is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 125 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.43 |
| HSL | 315.19º | 0.37% | 0.41% | - |
| HSV(B) | 315.19º | 0.54% | 0.57% | - |
| XYZ | 17.33 | 11.4 | 20.69 | - |
| YUV | 96.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 125 | 0 | 0.54 | 0.14 | 0.43 | 315.19 | 0.37 | 0.41 |
| Hex | 91 | 42 | 7D | 0 | 36 | E | 2B | 13B | 25 | 29 |
| Octal | 221 | 102 | 175 | 0 | 66 | 16 | 53 | 473 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1111101 | 0 | 110110 | 1110 | 101011 | 100111011 | 100101 | 101001 |
Color Harmonies of #91427D
Complementary color
Monochromatic Colors of #91427D
Black with #91427D
Text Example
Text Example
White with #91427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91427D; }
p { color: rgb(145,66,125); }
H1.HeaderClassName
{
color: #91427D;
}
.AnyTagClassName
{
color: #91427D;
}
</style>
background-color css
<style>
a { background-color: #91427D; }
a { background-color: rgb(145,66,125); }
div.DivClassName
{
background-color: #91427D;
}
.BgClassName
{
background-color: #91427D;
}
</style>
border-color css
<style>
span { border-color: #91427D; }
span { border-color: rgb(145,66,125); }
td.TdClassName
{
border-color: #91427D;
}
.TagClassName
{
border-color: #91427D;
}
</style>