Shades of Dark Purple #912879
Tints of Dark Purple #912879
RGB
CMYK
RGB Variations
Color information
#912879 (or 0x912879) is known color: Dark Purple. HEX triplet: 91, 28 and 79. RGB value is (145,40,121). Sum of RGB (Red+Green+Blue) = 145+40+121=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912879 is #6ED786. Grayscale: #505050. Windows color (decimal): -7264135 or 7940241. OLE color: 7940241.
HSL color Cylindrical-coordinate representation of color #912879: hue angle of 313.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912879 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 121 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.43 |
| HSL | 313.71º | 0.57% | 0.36% | - |
| HSV(B) | 313.71º | 0.72% | 0.57% | - |
| XYZ | 15.89 | 8.92 | 18.97 | - |
| YUV | 80.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 121 | 0 | 0.72 | 0.17 | 0.43 | 313.71 | 0.57 | 0.36 |
| Hex | 91 | 28 | 79 | 0 | 48 | 11 | 2B | 13A | 39 | 24 |
| Octal | 221 | 50 | 171 | 0 | 110 | 21 | 53 | 472 | 71 | 44 |
| Binary | 10010001 | 101000 | 1111001 | 0 | 1001000 | 10001 | 101011 | 100111010 | 111001 | 100100 |
Color Harmonies of #912879
Complementary color
Monochromatic Colors of #912879
Black with #912879
Text Example
Text Example
White with #912879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912879; }
p { color: rgb(145,40,121); }
H1.HeaderClassName
{
color: #912879;
}
.AnyTagClassName
{
color: #912879;
}
</style>
background-color css
<style>
a { background-color: #912879; }
a { background-color: rgb(145,40,121); }
div.DivClassName
{
background-color: #912879;
}
.BgClassName
{
background-color: #912879;
}
</style>
border-color css
<style>
span { border-color: #912879; }
span { border-color: rgb(145,40,121); }
td.TdClassName
{
border-color: #912879;
}
.TagClassName
{
border-color: #912879;
}
</style>