Shades of Dark Purple #912E7C
Tints of Dark Purple #912E7C
RGB
CMYK
RGB Variations
Color information
#912E7C (or 0x912E7C) is known color: Dark Purple. HEX triplet: 91, 2E and 7C. RGB value is (145,46,124). Sum of RGB (Red+Green+Blue) = 145+46+124=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E7C is #6ED183. Grayscale: #545454. Windows color (decimal): -7262596 or 8138385. OLE color: 8138385.
HSL color Cylindrical-coordinate representation of color #912E7C: hue angle of 312.73º 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 #912E7C is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 124 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.43 |
| HSL | 312.73º | 0.52% | 0.37% | - |
| HSV(B) | 312.73º | 0.68% | 0.57% | - |
| XYZ | 16.29 | 9.43 | 20.03 | - |
| YUV | 84.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 124 | 0 | 0.68 | 0.14 | 0.43 | 312.73 | 0.52 | 0.37 |
| Hex | 91 | 2E | 7C | 0 | 44 | E | 2B | 139 | 34 | 25 |
| Octal | 221 | 56 | 174 | 0 | 104 | 16 | 53 | 471 | 64 | 45 |
| Binary | 10010001 | 101110 | 1111100 | 0 | 1000100 | 1110 | 101011 | 100111001 | 110100 | 100101 |
Color Harmonies of #912E7C
Complementary color
Monochromatic Colors of #912E7C
Black with #912E7C
Text Example
Text Example
White with #912E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E7C; }
p { color: rgb(145,46,124); }
H1.HeaderClassName
{
color: #912E7C;
}
.AnyTagClassName
{
color: #912E7C;
}
</style>
background-color css
<style>
a { background-color: #912E7C; }
a { background-color: rgb(145,46,124); }
div.DivClassName
{
background-color: #912E7C;
}
.BgClassName
{
background-color: #912E7C;
}
</style>
border-color css
<style>
span { border-color: #912E7C; }
span { border-color: rgb(145,46,124); }
td.TdClassName
{
border-color: #912E7C;
}
.TagClassName
{
border-color: #912E7C;
}
</style>