Shades of Dark Purple #91237B
Tints of Dark Purple #91237B
RGB
CMYK
RGB Variations
Color information
#91237B (or 0x91237B) is known color: Dark Purple. HEX triplet: 91, 23 and 7B. RGB value is (145,35,123). Sum of RGB (Red+Green+Blue) = 145+35+123=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91237B is #6EDC84. Grayscale: #4D4D4D. Windows color (decimal): -7265413 or 8070033. OLE color: 8070033.
HSL color Cylindrical-coordinate representation of color #91237B: hue angle of 312º 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 #91237B is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 123 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.43 |
| HSL | 312º | 0.61% | 0.35% | - |
| HSV(B) | 312º | 0.76% | 0.57% | - |
| XYZ | 15.85 | 8.65 | 19.57 | - |
| YUV | 77.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 123 | 0 | 0.76 | 0.15 | 0.43 | 312 | 0.61 | 0.35 |
| Hex | 91 | 23 | 7B | 0 | 4C | F | 2B | 138 | 3D | 23 |
| Octal | 221 | 43 | 173 | 0 | 114 | 17 | 53 | 470 | 75 | 43 |
| Binary | 10010001 | 100011 | 1111011 | 0 | 1001100 | 1111 | 101011 | 100111000 | 111101 | 100011 |
Color Harmonies of #91237B
Complementary color
Monochromatic Colors of #91237B
Black with #91237B
Text Example
Text Example
White with #91237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91237B; }
p { color: rgb(145,35,123); }
H1.HeaderClassName
{
color: #91237B;
}
.AnyTagClassName
{
color: #91237B;
}
</style>
background-color css
<style>
a { background-color: #91237B; }
a { background-color: rgb(145,35,123); }
div.DivClassName
{
background-color: #91237B;
}
.BgClassName
{
background-color: #91237B;
}
</style>
border-color css
<style>
span { border-color: #91237B; }
span { border-color: rgb(145,35,123); }
td.TdClassName
{
border-color: #91237B;
}
.TagClassName
{
border-color: #91237B;
}
</style>