Shades of Dark Purple #912C8A
Tints of Dark Purple #912C8A
RGB
CMYK
RGB Variations
Color information
#912C8A (or 0x912C8A) is known color: Dark Purple. HEX triplet: 91, 2C and 8A. RGB value is (145,44,138). Sum of RGB (Red+Green+Blue) = 145+44+138=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #912C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912C8A is #6ED375. Grayscale: #545454. Windows color (decimal): -7263094 or 9055377. OLE color: 9055377.
HSL color Cylindrical-coordinate representation of color #912C8A: hue angle of 304.16º 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 #912C8A is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 138 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.43 |
| HSL | 304.16º | 0.53% | 0.37% | - |
| HSV(B) | 304.16º | 0.7% | 0.57% | - |
| XYZ | 17.17 | 9.66 | 25 | - |
| YUV | 84.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 138 | 0 | 0.70 | 0.05 | 0.43 | 304.16 | 0.53 | 0.37 |
| Hex | 91 | 2C | 8A | 0 | 46 | 5 | 2B | 130 | 35 | 25 |
| Octal | 221 | 54 | 212 | 0 | 106 | 5 | 53 | 460 | 65 | 45 |
| Binary | 10010001 | 101100 | 10001010 | 0 | 1000110 | 101 | 101011 | 100110000 | 110101 | 100101 |
Color Harmonies of #912C8A
Complementary color
Monochromatic Colors of #912C8A
Black with #912C8A
Text Example
Text Example
White with #912C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C8A; }
p { color: rgb(145,44,138); }
H1.HeaderClassName
{
color: #912C8A;
}
.AnyTagClassName
{
color: #912C8A;
}
</style>
background-color css
<style>
a { background-color: #912C8A; }
a { background-color: rgb(145,44,138); }
div.DivClassName
{
background-color: #912C8A;
}
.BgClassName
{
background-color: #912C8A;
}
</style>
border-color css
<style>
span { border-color: #912C8A; }
span { border-color: rgb(145,44,138); }
td.TdClassName
{
border-color: #912C8A;
}
.TagClassName
{
border-color: #912C8A;
}
</style>