Shades of Dark Purple #912C6A
Tints of Dark Purple #912C6A
RGB
CMYK
RGB Variations
Color information
#912C6A (or 0x912C6A) is known color: Dark Purple. HEX triplet: 91, 2C and 6A. RGB value is (145,44,106). Sum of RGB (Red+Green+Blue) = 145+44+106=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #912C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912C6A is #6ED395. Grayscale: #515151. Windows color (decimal): -7263126 or 6958225. OLE color: 6958225.
HSL color Cylindrical-coordinate representation of color #912C6A: hue angle of 323.17º 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 #912C6A is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 106 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.43 |
| HSL | 323.17º | 0.53% | 0.37% | - |
| HSV(B) | 323.17º | 0.7% | 0.57% | - |
| XYZ | 15.18 | 8.86 | 14.55 | - |
| YUV | 81.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 106 | 0 | 0.70 | 0.27 | 0.43 | 323.17 | 0.53 | 0.37 |
| Hex | 91 | 2C | 6A | 0 | 46 | 1B | 2B | 143 | 35 | 25 |
| Octal | 221 | 54 | 152 | 0 | 106 | 33 | 53 | 503 | 65 | 45 |
| Binary | 10010001 | 101100 | 1101010 | 0 | 1000110 | 11011 | 101011 | 101000011 | 110101 | 100101 |
Color Harmonies of #912C6A
Complementary color
Monochromatic Colors of #912C6A
Black with #912C6A
Text Example
Text Example
White with #912C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C6A; }
p { color: rgb(145,44,106); }
H1.HeaderClassName
{
color: #912C6A;
}
.AnyTagClassName
{
color: #912C6A;
}
</style>
background-color css
<style>
a { background-color: #912C6A; }
a { background-color: rgb(145,44,106); }
div.DivClassName
{
background-color: #912C6A;
}
.BgClassName
{
background-color: #912C6A;
}
</style>
border-color css
<style>
span { border-color: #912C6A; }
span { border-color: rgb(145,44,106); }
td.TdClassName
{
border-color: #912C6A;
}
.TagClassName
{
border-color: #912C6A;
}
</style>