Shades of Dark Purple #911C8A
Tints of Dark Purple #911C8A
RGB
CMYK
RGB Variations
Color information
#911C8A (or 0x911C8A) is known color: Dark Purple. HEX triplet: 91, 1C and 8A. RGB value is (145,28,138). Sum of RGB (Red+Green+Blue) = 145+28+138=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #911C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C8A is #6EE375. Grayscale: #4B4B4B. Windows color (decimal): -7267190 or 9051281. OLE color: 9051281.
HSL color Cylindrical-coordinate representation of color #911C8A: hue angle of 303.59º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C8A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 138 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.43 |
| HSL | 303.59º | 0.68% | 0.34% | - |
| HSV(B) | 303.59º | 0.81% | 0.57% | - |
| XYZ | 16.68 | 8.69 | 24.84 | - |
| YUV | 75.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 138 | 0 | 0.81 | 0.05 | 0.43 | 303.59 | 0.68 | 0.34 |
| Hex | 91 | 1C | 8A | 0 | 51 | 5 | 2B | 130 | 44 | 22 |
| Octal | 221 | 34 | 212 | 0 | 121 | 5 | 53 | 460 | 104 | 42 |
| Binary | 10010001 | 11100 | 10001010 | 0 | 1010001 | 101 | 101011 | 100110000 | 1000100 | 100010 |
Color Harmonies of #911C8A
Complementary color
Monochromatic Colors of #911C8A
Black with #911C8A
Text Example
Text Example
White with #911C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C8A; }
p { color: rgb(145,28,138); }
H1.HeaderClassName
{
color: #911C8A;
}
.AnyTagClassName
{
color: #911C8A;
}
</style>
background-color css
<style>
a { background-color: #911C8A; }
a { background-color: rgb(145,28,138); }
div.DivClassName
{
background-color: #911C8A;
}
.BgClassName
{
background-color: #911C8A;
}
</style>
border-color css
<style>
span { border-color: #911C8A; }
span { border-color: rgb(145,28,138); }
td.TdClassName
{
border-color: #911C8A;
}
.TagClassName
{
border-color: #911C8A;
}
</style>