Shades of Dark Purple #912A75
Tints of Dark Purple #912A75
RGB
CMYK
RGB Variations
Color information
#912A75 (or 0x912A75) is known color: Dark Purple. HEX triplet: 91, 2A and 75. RGB value is (145,42,117). Sum of RGB (Red+Green+Blue) = 145+42+117=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #912A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912A75 is #6ED58A. Grayscale: #515151. Windows color (decimal): -7263627 or 7678609. OLE color: 7678609.
HSL color Cylindrical-coordinate representation of color #912A75: hue angle of 316.31º 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 #912A75 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 42 | 117 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.43 |
| HSL | 316.31º | 0.55% | 0.37% | - |
| HSV(B) | 316.31º | 0.71% | 0.57% | - |
| XYZ | 15.72 | 8.96 | 17.73 | - |
| YUV | 81.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 117 | 0 | 0.71 | 0.19 | 0.43 | 316.31 | 0.55 | 0.37 |
| Hex | 91 | 2A | 75 | 0 | 47 | 13 | 2B | 13C | 37 | 25 |
| Octal | 221 | 52 | 165 | 0 | 107 | 23 | 53 | 474 | 67 | 45 |
| Binary | 10010001 | 101010 | 1110101 | 0 | 1000111 | 10011 | 101011 | 100111100 | 110111 | 100101 |
Color Harmonies of #912A75
Complementary color
Monochromatic Colors of #912A75
Black with #912A75
Text Example
Text Example
White with #912A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912A75; }
p { color: rgb(145,42,117); }
H1.HeaderClassName
{
color: #912A75;
}
.AnyTagClassName
{
color: #912A75;
}
</style>
background-color css
<style>
a { background-color: #912A75; }
a { background-color: rgb(145,42,117); }
div.DivClassName
{
background-color: #912A75;
}
.BgClassName
{
background-color: #912A75;
}
</style>
border-color css
<style>
span { border-color: #912A75; }
span { border-color: rgb(145,42,117); }
td.TdClassName
{
border-color: #912A75;
}
.TagClassName
{
border-color: #912A75;
}
</style>