Shades of Dark Purple #95197C
Tints of Dark Purple #95197C
RGB
CMYK
RGB Variations
Color information
#95197C (or 0x95197C) is known color: Dark Purple. HEX triplet: 95, 19 and 7C. RGB value is (149,25,124). Sum of RGB (Red+Green+Blue) = 149+25+124=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95197C is #6AE683. Grayscale: #494949. Windows color (decimal): -7005828 or 8133013. OLE color: 8133013.
HSL color Cylindrical-coordinate representation of color #95197C: hue angle of 312.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95197C is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 124 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.42 |
| HSL | 312.1º | 0.71% | 0.34% | - |
| HSV(B) | 312.1º | 0.83% | 0.58% | - |
| XYZ | 16.38 | 8.54 | 19.85 | - |
| YUV | 73.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 124 | 0 | 0.83 | 0.17 | 0.42 | 312.1 | 0.71 | 0.34 |
| Hex | 95 | 19 | 7C | 0 | 53 | 11 | 2A | 138 | 47 | 22 |
| Octal | 225 | 31 | 174 | 0 | 123 | 21 | 52 | 470 | 107 | 42 |
| Binary | 10010101 | 11001 | 1111100 | 0 | 1010011 | 10001 | 101010 | 100111000 | 1000111 | 100010 |
Color Harmonies of #95197C
Complementary color
Monochromatic Colors of #95197C
Black with #95197C
Text Example
Text Example
White with #95197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95197C; }
p { color: rgb(149,25,124); }
H1.HeaderClassName
{
color: #95197C;
}
.AnyTagClassName
{
color: #95197C;
}
</style>
background-color css
<style>
a { background-color: #95197C; }
a { background-color: rgb(149,25,124); }
div.DivClassName
{
background-color: #95197C;
}
.BgClassName
{
background-color: #95197C;
}
</style>
border-color css
<style>
span { border-color: #95197C; }
span { border-color: rgb(149,25,124); }
td.TdClassName
{
border-color: #95197C;
}
.TagClassName
{
border-color: #95197C;
}
</style>