Shades of Dark Purple #951183
Tints of Dark Purple #951183
RGB
CMYK
RGB Variations
Color information
#951183 (or 0x951183) is known color: Dark Purple. HEX triplet: 95, 11 and 83. RGB value is (149,17,131). Sum of RGB (Red+Green+Blue) = 149+17+131=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #951183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951183 is #6AEE7C. Grayscale: #454545. Windows color (decimal): -7007869 or 8589717. OLE color: 8589717.
HSL color Cylindrical-coordinate representation of color #951183: hue angle of 308.18º 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 #951183 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 131 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.42 |
| HSL | 308.18º | 0.8% | 0.33% | - |
| HSV(B) | 308.18º | 0.89% | 0.58% | - |
| XYZ | 16.69 | 8.43 | 22.22 | - |
| YUV | 69.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 131 | 0 | 0.89 | 0.12 | 0.42 | 308.18 | 0.8 | 0.33 |
| Hex | 95 | 11 | 83 | 0 | 59 | C | 2A | 134 | 50 | 21 |
| Octal | 225 | 21 | 203 | 0 | 131 | 14 | 52 | 464 | 120 | 41 |
| Binary | 10010101 | 10001 | 10000011 | 0 | 1011001 | 1100 | 101010 | 100110100 | 1010000 | 100001 |
Color Harmonies of #951183
Complementary color
Monochromatic Colors of #951183
Black with #951183
Text Example
Text Example
White with #951183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951183; }
p { color: rgb(149,17,131); }
H1.HeaderClassName
{
color: #951183;
}
.AnyTagClassName
{
color: #951183;
}
</style>
background-color css
<style>
a { background-color: #951183; }
a { background-color: rgb(149,17,131); }
div.DivClassName
{
background-color: #951183;
}
.BgClassName
{
background-color: #951183;
}
</style>
border-color css
<style>
span { border-color: #951183; }
span { border-color: rgb(149,17,131); }
td.TdClassName
{
border-color: #951183;
}
.TagClassName
{
border-color: #951183;
}
</style>