Shades of Dark Purple #95286D
Tints of Dark Purple #95286D
RGB
CMYK
RGB Variations
Color information
#95286D (or 0x95286D) is known color: Dark Purple. HEX triplet: 95, 28 and 6D. RGB value is (149,40,109). Sum of RGB (Red+Green+Blue) = 149+40+109=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286D is #6AD792. Grayscale: #505050. Windows color (decimal): -7002003 or 7153813. OLE color: 7153813.
HSL color Cylindrical-coordinate representation of color #95286D: hue angle of 322.02º 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 #95286D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 109 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.42 |
| HSL | 322.02º | 0.58% | 0.37% | - |
| HSV(B) | 322.02º | 0.73% | 0.58% | - |
| XYZ | 15.91 | 9.01 | 15.37 | - |
| YUV | 80.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 109 | 0 | 0.73 | 0.27 | 0.42 | 322.02 | 0.58 | 0.37 |
| Hex | 95 | 28 | 6D | 0 | 49 | 1B | 2A | 142 | 3A | 25 |
| Octal | 225 | 50 | 155 | 0 | 111 | 33 | 52 | 502 | 72 | 45 |
| Binary | 10010101 | 101000 | 1101101 | 0 | 1001001 | 11011 | 101010 | 101000010 | 111010 | 100101 |
Color Harmonies of #95286D
Complementary color
Monochromatic Colors of #95286D
Black with #95286D
Text Example
Text Example
White with #95286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95286D; }
p { color: rgb(149,40,109); }
H1.HeaderClassName
{
color: #95286D;
}
.AnyTagClassName
{
color: #95286D;
}
</style>
background-color css
<style>
a { background-color: #95286D; }
a { background-color: rgb(149,40,109); }
div.DivClassName
{
background-color: #95286D;
}
.BgClassName
{
background-color: #95286D;
}
</style>
border-color css
<style>
span { border-color: #95286D; }
span { border-color: rgb(149,40,109); }
td.TdClassName
{
border-color: #95286D;
}
.TagClassName
{
border-color: #95286D;
}
</style>