Shades of Dark Purple #951276
Tints of Dark Purple #951276
RGB
CMYK
RGB Variations
Color information
#951276 (or 0x951276) is known color: Dark Purple. HEX triplet: 95, 12 and 76. RGB value is (149,18,118). Sum of RGB (Red+Green+Blue) = 149+18+118=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951276 is #6AED89. Grayscale: #444444. Windows color (decimal): -7007626 or 7738005. OLE color: 7738005.
HSL color Cylindrical-coordinate representation of color #951276: hue angle of 314.2º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951276 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 118 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.42 |
| HSL | 314.2º | 0.78% | 0.33% | - |
| HSV(B) | 314.2º | 0.88% | 0.58% | - |
| XYZ | 15.88 | 8.13 | 17.87 | - |
| YUV | 68.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 118 | 0 | 0.88 | 0.21 | 0.42 | 314.2 | 0.78 | 0.33 |
| Hex | 95 | 12 | 76 | 0 | 58 | 15 | 2A | 13A | 4E | 21 |
| Octal | 225 | 22 | 166 | 0 | 130 | 25 | 52 | 472 | 116 | 41 |
| Binary | 10010101 | 10010 | 1110110 | 0 | 1011000 | 10101 | 101010 | 100111010 | 1001110 | 100001 |
Color Harmonies of #951276
Complementary color
Monochromatic Colors of #951276
Black with #951276
Text Example
Text Example
White with #951276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951276; }
p { color: rgb(149,18,118); }
H1.HeaderClassName
{
color: #951276;
}
.AnyTagClassName
{
color: #951276;
}
</style>
background-color css
<style>
a { background-color: #951276; }
a { background-color: rgb(149,18,118); }
div.DivClassName
{
background-color: #951276;
}
.BgClassName
{
background-color: #951276;
}
</style>
border-color css
<style>
span { border-color: #951276; }
span { border-color: rgb(149,18,118); }
td.TdClassName
{
border-color: #951276;
}
.TagClassName
{
border-color: #951276;
}
</style>