Shades of Dark Purple #95127C
Tints of Dark Purple #95127C
RGB
CMYK
RGB Variations
Color information
#95127C (or 0x95127C) is known color: Dark Purple. HEX triplet: 95, 12 and 7C. RGB value is (149,18,124). Sum of RGB (Red+Green+Blue) = 149+18+124=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95127C is #6AED83. Grayscale: #444444. Windows color (decimal): -7007620 or 8131221. OLE color: 8131221.
HSL color Cylindrical-coordinate representation of color #95127C: hue angle of 311.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95127C is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 124 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.42 |
| HSL | 311.45º | 0.78% | 0.33% | - |
| HSV(B) | 311.45º | 0.88% | 0.58% | - |
| XYZ | 16.25 | 8.28 | 19.81 | - |
| YUV | 69.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 124 | 0 | 0.88 | 0.17 | 0.42 | 311.45 | 0.78 | 0.33 |
| Hex | 95 | 12 | 7C | 0 | 58 | 11 | 2A | 137 | 4E | 21 |
| Octal | 225 | 22 | 174 | 0 | 130 | 21 | 52 | 467 | 116 | 41 |
| Binary | 10010101 | 10010 | 1111100 | 0 | 1011000 | 10001 | 101010 | 100110111 | 1001110 | 100001 |
Color Harmonies of #95127C
Complementary color
Monochromatic Colors of #95127C
Black with #95127C
Text Example
Text Example
White with #95127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95127C; }
p { color: rgb(149,18,124); }
H1.HeaderClassName
{
color: #95127C;
}
.AnyTagClassName
{
color: #95127C;
}
</style>
background-color css
<style>
a { background-color: #95127C; }
a { background-color: rgb(149,18,124); }
div.DivClassName
{
background-color: #95127C;
}
.BgClassName
{
background-color: #95127C;
}
</style>
border-color css
<style>
span { border-color: #95127C; }
span { border-color: rgb(149,18,124); }
td.TdClassName
{
border-color: #95127C;
}
.TagClassName
{
border-color: #95127C;
}
</style>