Shades of Dark Purple #912275
Tints of Dark Purple #912275
RGB
CMYK
RGB Variations
Color information
#912275 (or 0x912275) is known color: Dark Purple. HEX triplet: 91, 22 and 75. RGB value is (145,34,117). Sum of RGB (Red+Green+Blue) = 145+34+117=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #912275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912275 is #6EDD8A. Grayscale: #4C4C4C. Windows color (decimal): -7265675 or 7676561. OLE color: 7676561.
HSL color Cylindrical-coordinate representation of color #912275: hue angle of 315.14º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912275 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 34 | 117 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.43 |
| HSL | 315.14º | 0.62% | 0.35% | - |
| HSV(B) | 315.14º | 0.77% | 0.57% | - |
| XYZ | 15.46 | 8.45 | 17.65 | - |
| YUV | 76.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 34 | 117 | 0 | 0.77 | 0.19 | 0.43 | 315.14 | 0.62 | 0.35 |
| Hex | 91 | 22 | 75 | 0 | 4D | 13 | 2B | 13B | 3E | 23 |
| Octal | 221 | 42 | 165 | 0 | 115 | 23 | 53 | 473 | 76 | 43 |
| Binary | 10010001 | 100010 | 1110101 | 0 | 1001101 | 10011 | 101011 | 100111011 | 111110 | 100011 |
Color Harmonies of #912275
Complementary color
Monochromatic Colors of #912275
Black with #912275
Text Example
Text Example
White with #912275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912275; }
p { color: rgb(145,34,117); }
H1.HeaderClassName
{
color: #912275;
}
.AnyTagClassName
{
color: #912275;
}
</style>
background-color css
<style>
a { background-color: #912275; }
a { background-color: rgb(145,34,117); }
div.DivClassName
{
background-color: #912275;
}
.BgClassName
{
background-color: #912275;
}
</style>
border-color css
<style>
span { border-color: #912275; }
span { border-color: rgb(145,34,117); }
td.TdClassName
{
border-color: #912275;
}
.TagClassName
{
border-color: #912275;
}
</style>