Shades of Dark Purple #95246E
Tints of Dark Purple #95246E
RGB
CMYK
RGB Variations
Color information
#95246E (or 0x95246E) is known color: Dark Purple. HEX triplet: 95, 24 and 6E. RGB value is (149,36,110). Sum of RGB (Red+Green+Blue) = 149+36+110=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95246E is #6ADB91. Grayscale: #4E4E4E. Windows color (decimal): -7003026 or 7218325. OLE color: 7218325.
HSL color Cylindrical-coordinate representation of color #95246E: hue angle of 320.71º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95246E is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 110 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.42 |
| HSL | 320.71º | 0.61% | 0.36% | - |
| HSV(B) | 320.71º | 0.76% | 0.58% | - |
| XYZ | 15.84 | 8.78 | 15.61 | - |
| YUV | 78.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 110 | 0 | 0.76 | 0.26 | 0.42 | 320.71 | 0.61 | 0.36 |
| Hex | 95 | 24 | 6E | 0 | 4C | 1A | 2A | 141 | 3D | 24 |
| Octal | 225 | 44 | 156 | 0 | 114 | 32 | 52 | 501 | 75 | 44 |
| Binary | 10010101 | 100100 | 1101110 | 0 | 1001100 | 11010 | 101010 | 101000001 | 111101 | 100100 |
Color Harmonies of #95246E
Complementary color
Monochromatic Colors of #95246E
Black with #95246E
Text Example
Text Example
White with #95246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95246E; }
p { color: rgb(149,36,110); }
H1.HeaderClassName
{
color: #95246E;
}
.AnyTagClassName
{
color: #95246E;
}
</style>
background-color css
<style>
a { background-color: #95246E; }
a { background-color: rgb(149,36,110); }
div.DivClassName
{
background-color: #95246E;
}
.BgClassName
{
background-color: #95246E;
}
</style>
border-color css
<style>
span { border-color: #95246E; }
span { border-color: rgb(149,36,110); }
td.TdClassName
{
border-color: #95246E;
}
.TagClassName
{
border-color: #95246E;
}
</style>