Shades of Dark Purple #912876
Tints of Dark Purple #912876
RGB
CMYK
RGB Variations
Color information
#912876 (or 0x912876) is known color: Dark Purple. HEX triplet: 91, 28 and 76. RGB value is (145,40,118). Sum of RGB (Red+Green+Blue) = 145+40+118=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #912876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912876 is #6ED789. Grayscale: #505050. Windows color (decimal): -7264138 or 7743633. OLE color: 7743633.
HSL color Cylindrical-coordinate representation of color #912876: hue angle of 315.43º 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 #912876 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 118 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.43 |
| HSL | 315.43º | 0.57% | 0.36% | - |
| HSV(B) | 315.43º | 0.72% | 0.57% | - |
| XYZ | 15.71 | 8.85 | 18.02 | - |
| YUV | 80.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 118 | 0 | 0.72 | 0.19 | 0.43 | 315.43 | 0.57 | 0.36 |
| Hex | 91 | 28 | 76 | 0 | 48 | 13 | 2B | 13B | 39 | 24 |
| Octal | 221 | 50 | 166 | 0 | 110 | 23 | 53 | 473 | 71 | 44 |
| Binary | 10010001 | 101000 | 1110110 | 0 | 1001000 | 10011 | 101011 | 100111011 | 111001 | 100100 |
Color Harmonies of #912876
Complementary color
Monochromatic Colors of #912876
Black with #912876
Text Example
Text Example
White with #912876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912876; }
p { color: rgb(145,40,118); }
H1.HeaderClassName
{
color: #912876;
}
.AnyTagClassName
{
color: #912876;
}
</style>
background-color css
<style>
a { background-color: #912876; }
a { background-color: rgb(145,40,118); }
div.DivClassName
{
background-color: #912876;
}
.BgClassName
{
background-color: #912876;
}
</style>
border-color css
<style>
span { border-color: #912876; }
span { border-color: rgb(145,40,118); }
td.TdClassName
{
border-color: #912876;
}
.TagClassName
{
border-color: #912876;
}
</style>