Shades of Dark Purple #95197F
Tints of Dark Purple #95197F
RGB
CMYK
RGB Variations
Color information
#95197F (or 0x95197F) is known color: Dark Purple. HEX triplet: 95, 19 and 7F. RGB value is (149,25,127). Sum of RGB (Red+Green+Blue) = 149+25+127=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95197F is #6AE680. Grayscale: #494949. Windows color (decimal): -7005825 or 8329621. OLE color: 8329621.
HSL color Cylindrical-coordinate representation of color #95197F: hue angle of 310.65º 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 #95197F is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 127 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.42 |
| HSL | 310.65º | 0.71% | 0.34% | - |
| HSV(B) | 310.65º | 0.83% | 0.58% | - |
| XYZ | 16.57 | 8.62 | 20.87 | - |
| YUV | 73.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 127 | 0 | 0.83 | 0.15 | 0.42 | 310.65 | 0.71 | 0.34 |
| Hex | 95 | 19 | 7F | 0 | 53 | F | 2A | 137 | 47 | 22 |
| Octal | 225 | 31 | 177 | 0 | 123 | 17 | 52 | 467 | 107 | 42 |
| Binary | 10010101 | 11001 | 1111111 | 0 | 1010011 | 1111 | 101010 | 100110111 | 1000111 | 100010 |
Color Harmonies of #95197F
Complementary color
Monochromatic Colors of #95197F
Black with #95197F
Text Example
Text Example
White with #95197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95197F; }
p { color: rgb(149,25,127); }
H1.HeaderClassName
{
color: #95197F;
}
.AnyTagClassName
{
color: #95197F;
}
</style>
background-color css
<style>
a { background-color: #95197F; }
a { background-color: rgb(149,25,127); }
div.DivClassName
{
background-color: #95197F;
}
.BgClassName
{
background-color: #95197F;
}
</style>
border-color css
<style>
span { border-color: #95197F; }
span { border-color: rgb(149,25,127); }
td.TdClassName
{
border-color: #95197F;
}
.TagClassName
{
border-color: #95197F;
}
</style>