Shades of Dark Purple #95288C
Tints of Dark Purple #95288C
RGB
CMYK
RGB Variations
Color information
#95288C (or 0x95288C) is known color: Dark Purple. HEX triplet: 95, 28 and 8C. RGB value is (149,40,140). Sum of RGB (Red+Green+Blue) = 149+40+140=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288C is #6AD773. Grayscale: #535353. Windows color (decimal): -7001972 or 9185429. OLE color: 9185429.
HSL color Cylindrical-coordinate representation of color #95288C: hue angle of 304.95º 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 #95288C is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 140 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.42 |
| HSL | 304.95º | 0.58% | 0.37% | - |
| HSV(B) | 304.95º | 0.73% | 0.58% | - |
| XYZ | 17.89 | 9.8 | 25.76 | - |
| YUV | 83.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 140 | 0 | 0.73 | 0.06 | 0.42 | 304.95 | 0.58 | 0.37 |
| Hex | 95 | 28 | 8C | 0 | 49 | 6 | 2A | 131 | 3A | 25 |
| Octal | 225 | 50 | 214 | 0 | 111 | 6 | 52 | 461 | 72 | 45 |
| Binary | 10010101 | 101000 | 10001100 | 0 | 1001001 | 110 | 101010 | 100110001 | 111010 | 100101 |
Color Harmonies of #95288C
Complementary color
Monochromatic Colors of #95288C
Black with #95288C
Text Example
Text Example
White with #95288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95288C; }
p { color: rgb(149,40,140); }
H1.HeaderClassName
{
color: #95288C;
}
.AnyTagClassName
{
color: #95288C;
}
</style>
background-color css
<style>
a { background-color: #95288C; }
a { background-color: rgb(149,40,140); }
div.DivClassName
{
background-color: #95288C;
}
.BgClassName
{
background-color: #95288C;
}
</style>
border-color css
<style>
span { border-color: #95288C; }
span { border-color: rgb(149,40,140); }
td.TdClassName
{
border-color: #95288C;
}
.TagClassName
{
border-color: #95288C;
}
</style>