Shades of Dark Purple #95177C
Tints of Dark Purple #95177C
RGB
CMYK
RGB Variations
Color information
#95177C (or 0x95177C) is known color: Dark Purple. HEX triplet: 95, 17 and 7C. RGB value is (149,23,124). Sum of RGB (Red+Green+Blue) = 149+23+124=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95177C is #6AE883. Grayscale: #474747. Windows color (decimal): -7006340 or 8132501. OLE color: 8132501.
HSL color Cylindrical-coordinate representation of color #95177C: hue angle of 311.9º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95177C is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 124 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.42 |
| HSL | 311.9º | 0.73% | 0.34% | - |
| HSV(B) | 311.9º | 0.85% | 0.58% | - |
| XYZ | 16.34 | 8.46 | 19.84 | - |
| YUV | 72.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 124 | 0 | 0.85 | 0.17 | 0.42 | 311.9 | 0.73 | 0.34 |
| Hex | 95 | 17 | 7C | 0 | 55 | 11 | 2A | 138 | 49 | 22 |
| Octal | 225 | 27 | 174 | 0 | 125 | 21 | 52 | 470 | 111 | 42 |
| Binary | 10010101 | 10111 | 1111100 | 0 | 1010101 | 10001 | 101010 | 100111000 | 1001001 | 100010 |
Color Harmonies of #95177C
Complementary color
Monochromatic Colors of #95177C
Black with #95177C
Text Example
Text Example
White with #95177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95177C; }
p { color: rgb(149,23,124); }
H1.HeaderClassName
{
color: #95177C;
}
.AnyTagClassName
{
color: #95177C;
}
</style>
background-color css
<style>
a { background-color: #95177C; }
a { background-color: rgb(149,23,124); }
div.DivClassName
{
background-color: #95177C;
}
.BgClassName
{
background-color: #95177C;
}
</style>
border-color css
<style>
span { border-color: #95177C; }
span { border-color: rgb(149,23,124); }
td.TdClassName
{
border-color: #95177C;
}
.TagClassName
{
border-color: #95177C;
}
</style>