Shades of Dark Purple #91237D
Tints of Dark Purple #91237D
RGB
CMYK
RGB Variations
Color information
#91237D (or 0x91237D) is known color: Dark Purple. HEX triplet: 91, 23 and 7D. RGB value is (145,35,125). Sum of RGB (Red+Green+Blue) = 145+35+125=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #91237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91237D is #6EDC82. Grayscale: #4D4D4D. Windows color (decimal): -7265411 or 8201105. OLE color: 8201105.
HSL color Cylindrical-coordinate representation of color #91237D: hue angle of 310.91º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #91237D is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 125 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.43 |
| HSL | 310.91º | 0.61% | 0.35% | - |
| HSV(B) | 310.91º | 0.76% | 0.57% | - |
| XYZ | 15.98 | 8.7 | 20.24 | - |
| YUV | 78.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 125 | 0 | 0.76 | 0.14 | 0.43 | 310.91 | 0.61 | 0.35 |
| Hex | 91 | 23 | 7D | 0 | 4C | E | 2B | 137 | 3D | 23 |
| Octal | 221 | 43 | 175 | 0 | 114 | 16 | 53 | 467 | 75 | 43 |
| Binary | 10010001 | 100011 | 1111101 | 0 | 1001100 | 1110 | 101011 | 100110111 | 111101 | 100011 |
Color Harmonies of #91237D
Complementary color
Monochromatic Colors of #91237D
Black with #91237D
Text Example
Text Example
White with #91237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91237D; }
p { color: rgb(145,35,125); }
H1.HeaderClassName
{
color: #91237D;
}
.AnyTagClassName
{
color: #91237D;
}
</style>
background-color css
<style>
a { background-color: #91237D; }
a { background-color: rgb(145,35,125); }
div.DivClassName
{
background-color: #91237D;
}
.BgClassName
{
background-color: #91237D;
}
</style>
border-color css
<style>
span { border-color: #91237D; }
span { border-color: rgb(145,35,125); }
td.TdClassName
{
border-color: #91237D;
}
.TagClassName
{
border-color: #91237D;
}
</style>