Shades of Dark Purple #912A85
Tints of Dark Purple #912A85
RGB
CMYK
RGB Variations
Color information
#912A85 (or 0x912A85) is known color: Dark Purple. HEX triplet: 91, 2A and 85. RGB value is (145,42,133). Sum of RGB (Red+Green+Blue) = 145+42+133=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #912A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912A85 is #6ED57A. Grayscale: #525252. Windows color (decimal): -7263611 or 8727185. OLE color: 8727185.
HSL color Cylindrical-coordinate representation of color #912A85: hue angle of 306.99º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #912A85 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 42 | 133 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.43 |
| HSL | 306.99º | 0.55% | 0.37% | - |
| HSV(B) | 306.99º | 0.71% | 0.57% | - |
| XYZ | 16.74 | 9.37 | 23.12 | - |
| YUV | 83.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 133 | 0 | 0.71 | 0.08 | 0.43 | 306.99 | 0.55 | 0.37 |
| Hex | 91 | 2A | 85 | 0 | 47 | 8 | 2B | 133 | 37 | 25 |
| Octal | 221 | 52 | 205 | 0 | 107 | 10 | 53 | 463 | 67 | 45 |
| Binary | 10010001 | 101010 | 10000101 | 0 | 1000111 | 1000 | 101011 | 100110011 | 110111 | 100101 |
Color Harmonies of #912A85
Complementary color
Monochromatic Colors of #912A85
Black with #912A85
Text Example
Text Example
White with #912A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912A85; }
p { color: rgb(145,42,133); }
H1.HeaderClassName
{
color: #912A85;
}
.AnyTagClassName
{
color: #912A85;
}
</style>
background-color css
<style>
a { background-color: #912A85; }
a { background-color: rgb(145,42,133); }
div.DivClassName
{
background-color: #912A85;
}
.BgClassName
{
background-color: #912A85;
}
</style>
border-color css
<style>
span { border-color: #912A85; }
span { border-color: rgb(145,42,133); }
td.TdClassName
{
border-color: #912A85;
}
.TagClassName
{
border-color: #912A85;
}
</style>