Shades of Dark Purple #951184
Tints of Dark Purple #951184
RGB
CMYK
RGB Variations
Color information
#951184 (or 0x951184) is known color: Dark Purple. HEX triplet: 95, 11 and 84. RGB value is (149,17,132). Sum of RGB (Red+Green+Blue) = 149+17+132=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #951184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951184 is #6AEE7B. Grayscale: #454545. Windows color (decimal): -7007868 or 8655253. OLE color: 8655253.
HSL color Cylindrical-coordinate representation of color #951184: hue angle of 307.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951184 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 132 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.42 |
| HSL | 307.73º | 0.8% | 0.33% | - |
| HSV(B) | 307.73º | 0.89% | 0.58% | - |
| XYZ | 16.76 | 8.46 | 22.58 | - |
| YUV | 69.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 132 | 0 | 0.89 | 0.11 | 0.42 | 307.73 | 0.8 | 0.33 |
| Hex | 95 | 11 | 84 | 0 | 59 | B | 2A | 134 | 50 | 21 |
| Octal | 225 | 21 | 204 | 0 | 131 | 13 | 52 | 464 | 120 | 41 |
| Binary | 10010101 | 10001 | 10000100 | 0 | 1011001 | 1011 | 101010 | 100110100 | 1010000 | 100001 |
Color Harmonies of #951184
Complementary color
Monochromatic Colors of #951184
Black with #951184
Text Example
Text Example
White with #951184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951184; }
p { color: rgb(149,17,132); }
H1.HeaderClassName
{
color: #951184;
}
.AnyTagClassName
{
color: #951184;
}
</style>
background-color css
<style>
a { background-color: #951184; }
a { background-color: rgb(149,17,132); }
div.DivClassName
{
background-color: #951184;
}
.BgClassName
{
background-color: #951184;
}
</style>
border-color css
<style>
span { border-color: #951184; }
span { border-color: rgb(149,17,132); }
td.TdClassName
{
border-color: #951184;
}
.TagClassName
{
border-color: #951184;
}
</style>