Shades of Dark Purple #912C6E
Tints of Dark Purple #912C6E
RGB
CMYK
RGB Variations
Color information
#912C6E (or 0x912C6E) is known color: Dark Purple. HEX triplet: 91, 2C and 6E. RGB value is (145,44,110). Sum of RGB (Red+Green+Blue) = 145+44+110=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #912C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912C6E is #6ED391. Grayscale: #515151. Windows color (decimal): -7263122 or 7220369. OLE color: 7220369.
HSL color Cylindrical-coordinate representation of color #912C6E: hue angle of 320.79º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912C6E is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 110 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.43 |
| HSL | 320.79º | 0.53% | 0.37% | - |
| HSV(B) | 320.79º | 0.7% | 0.57% | - |
| XYZ | 15.39 | 8.95 | 15.67 | - |
| YUV | 81.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 110 | 0 | 0.70 | 0.24 | 0.43 | 320.79 | 0.53 | 0.37 |
| Hex | 91 | 2C | 6E | 0 | 46 | 18 | 2B | 141 | 35 | 25 |
| Octal | 221 | 54 | 156 | 0 | 106 | 30 | 53 | 501 | 65 | 45 |
| Binary | 10010001 | 101100 | 1101110 | 0 | 1000110 | 11000 | 101011 | 101000001 | 110101 | 100101 |
Color Harmonies of #912C6E
Complementary color
Monochromatic Colors of #912C6E
Black with #912C6E
Text Example
Text Example
White with #912C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C6E; }
p { color: rgb(145,44,110); }
H1.HeaderClassName
{
color: #912C6E;
}
.AnyTagClassName
{
color: #912C6E;
}
</style>
background-color css
<style>
a { background-color: #912C6E; }
a { background-color: rgb(145,44,110); }
div.DivClassName
{
background-color: #912C6E;
}
.BgClassName
{
background-color: #912C6E;
}
</style>
border-color css
<style>
span { border-color: #912C6E; }
span { border-color: rgb(145,44,110); }
td.TdClassName
{
border-color: #912C6E;
}
.TagClassName
{
border-color: #912C6E;
}
</style>