Shades of Dark Purple #95278E
Tints of Dark Purple #95278E
RGB
CMYK
RGB Variations
Color information
#95278E (or 0x95278E) is known color: Dark Purple. HEX triplet: 95, 27 and 8E. RGB value is (149,39,142). Sum of RGB (Red+Green+Blue) = 149+39+142=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95278E is #6AD871. Grayscale: #535353. Windows color (decimal): -7002226 or 9316245. OLE color: 9316245.
HSL color Cylindrical-coordinate representation of color #95278E: hue angle of 303.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95278E is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 142 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.42 |
| HSL | 303.82º | 0.59% | 0.37% | - |
| HSV(B) | 303.82º | 0.74% | 0.58% | - |
| XYZ | 18 | 9.79 | 26.53 | - |
| YUV | 83.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 142 | 0 | 0.74 | 0.05 | 0.42 | 303.82 | 0.59 | 0.37 |
| Hex | 95 | 27 | 8E | 0 | 4A | 5 | 2A | 130 | 3B | 25 |
| Octal | 225 | 47 | 216 | 0 | 112 | 5 | 52 | 460 | 73 | 45 |
| Binary | 10010101 | 100111 | 10001110 | 0 | 1001010 | 101 | 101010 | 100110000 | 111011 | 100101 |
Color Harmonies of #95278E
Complementary color
Monochromatic Colors of #95278E
Black with #95278E
Text Example
Text Example
White with #95278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95278E; }
p { color: rgb(149,39,142); }
H1.HeaderClassName
{
color: #95278E;
}
.AnyTagClassName
{
color: #95278E;
}
</style>
background-color css
<style>
a { background-color: #95278E; }
a { background-color: rgb(149,39,142); }
div.DivClassName
{
background-color: #95278E;
}
.BgClassName
{
background-color: #95278E;
}
</style>
border-color css
<style>
span { border-color: #95278E; }
span { border-color: rgb(149,39,142); }
td.TdClassName
{
border-color: #95278E;
}
.TagClassName
{
border-color: #95278E;
}
</style>