Shades of Dark Purple #95197D
Tints of Dark Purple #95197D
RGB
CMYK
RGB Variations
Color information
#95197D (or 0x95197D) is known color: Dark Purple. HEX triplet: 95, 19 and 7D. RGB value is (149,25,125). Sum of RGB (Red+Green+Blue) = 149+25+125=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95197D is #6AE682. Grayscale: #494949. Windows color (decimal): -7005827 or 8198549. OLE color: 8198549.
HSL color Cylindrical-coordinate representation of color #95197D: hue angle of 311.61º 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 #95197D is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 125 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.42 |
| HSL | 311.61º | 0.71% | 0.34% | - |
| HSV(B) | 311.61º | 0.83% | 0.58% | - |
| XYZ | 16.44 | 8.57 | 20.19 | - |
| YUV | 73.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 125 | 0 | 0.83 | 0.16 | 0.42 | 311.61 | 0.71 | 0.34 |
| Hex | 95 | 19 | 7D | 0 | 53 | 10 | 2A | 138 | 47 | 22 |
| Octal | 225 | 31 | 175 | 0 | 123 | 20 | 52 | 470 | 107 | 42 |
| Binary | 10010101 | 11001 | 1111101 | 0 | 1010011 | 10000 | 101010 | 100111000 | 1000111 | 100010 |
Color Harmonies of #95197D
Complementary color
Monochromatic Colors of #95197D
Black with #95197D
Text Example
Text Example
White with #95197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95197D; }
p { color: rgb(149,25,125); }
H1.HeaderClassName
{
color: #95197D;
}
.AnyTagClassName
{
color: #95197D;
}
</style>
background-color css
<style>
a { background-color: #95197D; }
a { background-color: rgb(149,25,125); }
div.DivClassName
{
background-color: #95197D;
}
.BgClassName
{
background-color: #95197D;
}
</style>
border-color css
<style>
span { border-color: #95197D; }
span { border-color: rgb(149,25,125); }
td.TdClassName
{
border-color: #95197D;
}
.TagClassName
{
border-color: #95197D;
}
</style>