Shades of Dark Purple #95288D
Tints of Dark Purple #95288D
RGB
CMYK
RGB Variations
Color information
#95288D (or 0x95288D) is known color: Dark Purple. HEX triplet: 95, 28 and 8D. RGB value is (149,40,141). Sum of RGB (Red+Green+Blue) = 149+40+141=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288D is #6AD772. Grayscale: #535353. Windows color (decimal): -7001971 or 9250965. OLE color: 9250965.
HSL color Cylindrical-coordinate representation of color #95288D: hue angle of 304.4º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95288D is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 141 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.42 |
| HSL | 304.4º | 0.58% | 0.37% | - |
| HSV(B) | 304.4º | 0.73% | 0.58% | - |
| XYZ | 17.96 | 9.83 | 26.15 | - |
| YUV | 84.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 141 | 0 | 0.73 | 0.05 | 0.42 | 304.4 | 0.58 | 0.37 |
| Hex | 95 | 28 | 8D | 0 | 49 | 5 | 2A | 130 | 3A | 25 |
| Octal | 225 | 50 | 215 | 0 | 111 | 5 | 52 | 460 | 72 | 45 |
| Binary | 10010101 | 101000 | 10001101 | 0 | 1001001 | 101 | 101010 | 100110000 | 111010 | 100101 |
Color Harmonies of #95288D
Complementary color
Monochromatic Colors of #95288D
Black with #95288D
Text Example
Text Example
White with #95288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95288D; }
p { color: rgb(149,40,141); }
H1.HeaderClassName
{
color: #95288D;
}
.AnyTagClassName
{
color: #95288D;
}
</style>
background-color css
<style>
a { background-color: #95288D; }
a { background-color: rgb(149,40,141); }
div.DivClassName
{
background-color: #95288D;
}
.BgClassName
{
background-color: #95288D;
}
</style>
border-color css
<style>
span { border-color: #95288D; }
span { border-color: rgb(149,40,141); }
td.TdClassName
{
border-color: #95288D;
}
.TagClassName
{
border-color: #95288D;
}
</style>