Shades of Dark Purple #91208B
Tints of Dark Purple #91208B
RGB
CMYK
RGB Variations
Color information
#91208B (or 0x91208B) is known color: Dark Purple. HEX triplet: 91, 20 and 8B. RGB value is (145,32,139). Sum of RGB (Red+Green+Blue) = 145+32+139=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #91208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91208B is #6EDF74. Grayscale: #4D4D4D. Windows color (decimal): -7266165 or 9117841. OLE color: 9117841.
HSL color Cylindrical-coordinate representation of color #91208B: hue angle of 303.19º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91208B is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 139 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.43 |
| HSL | 303.19º | 0.64% | 0.35% | - |
| HSV(B) | 303.19º | 0.78% | 0.57% | - |
| XYZ | 16.85 | 8.92 | 25.26 | - |
| YUV | 77.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 139 | 0 | 0.78 | 0.04 | 0.43 | 303.19 | 0.64 | 0.35 |
| Hex | 91 | 20 | 8B | 0 | 4E | 4 | 2B | 12F | 40 | 23 |
| Octal | 221 | 40 | 213 | 0 | 116 | 4 | 53 | 457 | 100 | 43 |
| Binary | 10010001 | 100000 | 10001011 | 0 | 1001110 | 100 | 101011 | 100101111 | 1000000 | 100011 |
Color Harmonies of #91208B
Complementary color
Monochromatic Colors of #91208B
Black with #91208B
Text Example
Text Example
White with #91208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91208B; }
p { color: rgb(145,32,139); }
H1.HeaderClassName
{
color: #91208B;
}
.AnyTagClassName
{
color: #91208B;
}
</style>
background-color css
<style>
a { background-color: #91208B; }
a { background-color: rgb(145,32,139); }
div.DivClassName
{
background-color: #91208B;
}
.BgClassName
{
background-color: #91208B;
}
</style>
border-color css
<style>
span { border-color: #91208B; }
span { border-color: rgb(145,32,139); }
td.TdClassName
{
border-color: #91208B;
}
.TagClassName
{
border-color: #91208B;
}
</style>