Shades of Dark Purple #95137C
Tints of Dark Purple #95137C
RGB
CMYK
RGB Variations
Color information
#95137C (or 0x95137C) is known color: Dark Purple. HEX triplet: 95, 13 and 7C. RGB value is (149,19,124). Sum of RGB (Red+Green+Blue) = 149+19+124=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95137C is #6AEC83. Grayscale: #454545. Windows color (decimal): -7007364 or 8131477. OLE color: 8131477.
HSL color Cylindrical-coordinate representation of color #95137C: hue angle of 311.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95137C is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 124 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.42 |
| HSL | 311.54º | 0.77% | 0.33% | - |
| HSV(B) | 311.54º | 0.87% | 0.58% | - |
| XYZ | 16.27 | 8.31 | 19.82 | - |
| YUV | 69.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 124 | 0 | 0.87 | 0.17 | 0.42 | 311.54 | 0.77 | 0.33 |
| Hex | 95 | 13 | 7C | 0 | 57 | 11 | 2A | 138 | 4D | 21 |
| Octal | 225 | 23 | 174 | 0 | 127 | 21 | 52 | 470 | 115 | 41 |
| Binary | 10010101 | 10011 | 1111100 | 0 | 1010111 | 10001 | 101010 | 100111000 | 1001101 | 100001 |
Color Harmonies of #95137C
Complementary color
Monochromatic Colors of #95137C
Black with #95137C
Text Example
Text Example
White with #95137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95137C; }
p { color: rgb(149,19,124); }
H1.HeaderClassName
{
color: #95137C;
}
.AnyTagClassName
{
color: #95137C;
}
</style>
background-color css
<style>
a { background-color: #95137C; }
a { background-color: rgb(149,19,124); }
div.DivClassName
{
background-color: #95137C;
}
.BgClassName
{
background-color: #95137C;
}
</style>
border-color css
<style>
span { border-color: #95137C; }
span { border-color: rgb(149,19,124); }
td.TdClassName
{
border-color: #95137C;
}
.TagClassName
{
border-color: #95137C;
}
</style>