Shades of Dark Purple #912E88
Tints of Dark Purple #912E88
RGB
CMYK
RGB Variations
Color information
#912E88 (or 0x912E88) is known color: Dark Purple. HEX triplet: 91, 2E and 88. RGB value is (145,46,136). Sum of RGB (Red+Green+Blue) = 145+46+136=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #912E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E88 is #6ED177. Grayscale: #555555. Windows color (decimal): -7262584 or 8924817. OLE color: 8924817.
HSL color Cylindrical-coordinate representation of color #912E88: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E88 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 136 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.43 |
| HSL | 305.45º | 0.52% | 0.37% | - |
| HSV(B) | 305.45º | 0.68% | 0.57% | - |
| XYZ | 17.1 | 9.75 | 24.27 | - |
| YUV | 85.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 136 | 0 | 0.68 | 0.06 | 0.43 | 305.45 | 0.52 | 0.37 |
| Hex | 91 | 2E | 88 | 0 | 44 | 6 | 2B | 131 | 34 | 25 |
| Octal | 221 | 56 | 210 | 0 | 104 | 6 | 53 | 461 | 64 | 45 |
| Binary | 10010001 | 101110 | 10001000 | 0 | 1000100 | 110 | 101011 | 100110001 | 110100 | 100101 |
Color Harmonies of #912E88
Complementary color
Monochromatic Colors of #912E88
Black with #912E88
Text Example
Text Example
White with #912E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E88; }
p { color: rgb(145,46,136); }
H1.HeaderClassName
{
color: #912E88;
}
.AnyTagClassName
{
color: #912E88;
}
</style>
background-color css
<style>
a { background-color: #912E88; }
a { background-color: rgb(145,46,136); }
div.DivClassName
{
background-color: #912E88;
}
.BgClassName
{
background-color: #912E88;
}
</style>
border-color css
<style>
span { border-color: #912E88; }
span { border-color: rgb(145,46,136); }
td.TdClassName
{
border-color: #912E88;
}
.TagClassName
{
border-color: #912E88;
}
</style>