Shades of Dark Purple #91247B
Tints of Dark Purple #91247B
RGB
CMYK
RGB Variations
Color information
#91247B (or 0x91247B) is known color: Dark Purple. HEX triplet: 91, 24 and 7B. RGB value is (145,36,123). Sum of RGB (Red+Green+Blue) = 145+36+123=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91247B is #6EDB84. Grayscale: #4E4E4E. Windows color (decimal): -7265157 or 8070289. OLE color: 8070289.
HSL color Cylindrical-coordinate representation of color #91247B: hue angle of 312.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91247B is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 36 | 123 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.43 |
| HSL | 312.11º | 0.6% | 0.35% | - |
| HSV(B) | 312.11º | 0.75% | 0.57% | - |
| XYZ | 15.88 | 8.71 | 19.58 | - |
| YUV | 78.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 123 | 0 | 0.75 | 0.15 | 0.43 | 312.11 | 0.6 | 0.35 |
| Hex | 91 | 24 | 7B | 0 | 4B | F | 2B | 138 | 3C | 23 |
| Octal | 221 | 44 | 173 | 0 | 113 | 17 | 53 | 470 | 74 | 43 |
| Binary | 10010001 | 100100 | 1111011 | 0 | 1001011 | 1111 | 101011 | 100111000 | 111100 | 100011 |
Color Harmonies of #91247B
Complementary color
Monochromatic Colors of #91247B
Black with #91247B
Text Example
Text Example
White with #91247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91247B; }
p { color: rgb(145,36,123); }
H1.HeaderClassName
{
color: #91247B;
}
.AnyTagClassName
{
color: #91247B;
}
</style>
background-color css
<style>
a { background-color: #91247B; }
a { background-color: rgb(145,36,123); }
div.DivClassName
{
background-color: #91247B;
}
.BgClassName
{
background-color: #91247B;
}
</style>
border-color css
<style>
span { border-color: #91247B; }
span { border-color: rgb(145,36,123); }
td.TdClassName
{
border-color: #91247B;
}
.TagClassName
{
border-color: #91247B;
}
</style>