Shades of Dark Purple #95127E
Tints of Dark Purple #95127E
RGB
CMYK
RGB Variations
Color information
#95127E (or 0x95127E) is known color: Dark Purple. HEX triplet: 95, 12 and 7E. RGB value is (149,18,126). Sum of RGB (Red+Green+Blue) = 149+18+126=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95127E is #6AED81. Grayscale: #454545. Windows color (decimal): -7007618 or 8262293. OLE color: 8262293.
HSL color Cylindrical-coordinate representation of color #95127E: hue angle of 310.53º 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 #95127E is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 126 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.42 |
| HSL | 310.53º | 0.78% | 0.33% | - |
| HSV(B) | 310.53º | 0.88% | 0.58% | - |
| XYZ | 16.38 | 8.33 | 20.48 | - |
| YUV | 69.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 126 | 0 | 0.88 | 0.15 | 0.42 | 310.53 | 0.78 | 0.33 |
| Hex | 95 | 12 | 7E | 0 | 58 | F | 2A | 137 | 4E | 21 |
| Octal | 225 | 22 | 176 | 0 | 130 | 17 | 52 | 467 | 116 | 41 |
| Binary | 10010101 | 10010 | 1111110 | 0 | 1011000 | 1111 | 101010 | 100110111 | 1001110 | 100001 |
Color Harmonies of #95127E
Complementary color
Monochromatic Colors of #95127E
Black with #95127E
Text Example
Text Example
White with #95127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95127E; }
p { color: rgb(149,18,126); }
H1.HeaderClassName
{
color: #95127E;
}
.AnyTagClassName
{
color: #95127E;
}
</style>
background-color css
<style>
a { background-color: #95127E; }
a { background-color: rgb(149,18,126); }
div.DivClassName
{
background-color: #95127E;
}
.BgClassName
{
background-color: #95127E;
}
</style>
border-color css
<style>
span { border-color: #95127E; }
span { border-color: rgb(149,18,126); }
td.TdClassName
{
border-color: #95127E;
}
.TagClassName
{
border-color: #95127E;
}
</style>