Shades of Dark Purple #912D7A
Tints of Dark Purple #912D7A
RGB
CMYK
RGB Variations
Color information
#912D7A (or 0x912D7A) is known color: Dark Purple. HEX triplet: 91, 2D and 7A. RGB value is (145,45,122). Sum of RGB (Red+Green+Blue) = 145+45+122=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #912D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912D7A is #6ED285. Grayscale: #535353. Windows color (decimal): -7262854 or 8007057. OLE color: 8007057.
HSL color Cylindrical-coordinate representation of color #912D7A: hue angle of 313.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #912D7A is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 45 | 122 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.43 |
| HSL | 313.8º | 0.53% | 0.37% | - |
| HSV(B) | 313.8º | 0.69% | 0.57% | - |
| XYZ | 16.13 | 9.3 | 19.36 | - |
| YUV | 83.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 122 | 0 | 0.69 | 0.16 | 0.43 | 313.8 | 0.53 | 0.37 |
| Hex | 91 | 2D | 7A | 0 | 45 | 10 | 2B | 13A | 35 | 25 |
| Octal | 221 | 55 | 172 | 0 | 105 | 20 | 53 | 472 | 65 | 45 |
| Binary | 10010001 | 101101 | 1111010 | 0 | 1000101 | 10000 | 101011 | 100111010 | 110101 | 100101 |
Color Harmonies of #912D7A
Complementary color
Monochromatic Colors of #912D7A
Black with #912D7A
Text Example
Text Example
White with #912D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912D7A; }
p { color: rgb(145,45,122); }
H1.HeaderClassName
{
color: #912D7A;
}
.AnyTagClassName
{
color: #912D7A;
}
</style>
background-color css
<style>
a { background-color: #912D7A; }
a { background-color: rgb(145,45,122); }
div.DivClassName
{
background-color: #912D7A;
}
.BgClassName
{
background-color: #912D7A;
}
</style>
border-color css
<style>
span { border-color: #912D7A; }
span { border-color: rgb(145,45,122); }
td.TdClassName
{
border-color: #912D7A;
}
.TagClassName
{
border-color: #912D7A;
}
</style>