Shades of Dark Purple #95246D
Tints of Dark Purple #95246D
RGB
CMYK
RGB Variations
Color information
#95246D (or 0x95246D) is known color: Dark Purple. HEX triplet: 95, 24 and 6D. RGB value is (149,36,109). Sum of RGB (Red+Green+Blue) = 149+36+109=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95246D is #6ADB92. Grayscale: #4D4D4D. Windows color (decimal): -7003027 or 7152789. OLE color: 7152789.
HSL color Cylindrical-coordinate representation of color #95246D: hue angle of 321.24º 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 #95246D is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 109 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.42 |
| HSL | 321.24º | 0.61% | 0.36% | - |
| HSV(B) | 321.24º | 0.76% | 0.58% | - |
| XYZ | 15.79 | 8.76 | 15.33 | - |
| YUV | 78.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 109 | 0 | 0.76 | 0.27 | 0.42 | 321.24 | 0.61 | 0.36 |
| Hex | 95 | 24 | 6D | 0 | 4C | 1B | 2A | 141 | 3D | 24 |
| Octal | 225 | 44 | 155 | 0 | 114 | 33 | 52 | 501 | 75 | 44 |
| Binary | 10010101 | 100100 | 1101101 | 0 | 1001100 | 11011 | 101010 | 101000001 | 111101 | 100100 |
Color Harmonies of #95246D
Complementary color
Monochromatic Colors of #95246D
Black with #95246D
Text Example
Text Example
White with #95246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95246D; }
p { color: rgb(149,36,109); }
H1.HeaderClassName
{
color: #95246D;
}
.AnyTagClassName
{
color: #95246D;
}
</style>
background-color css
<style>
a { background-color: #95246D; }
a { background-color: rgb(149,36,109); }
div.DivClassName
{
background-color: #95246D;
}
.BgClassName
{
background-color: #95246D;
}
</style>
border-color css
<style>
span { border-color: #95246D; }
span { border-color: rgb(149,36,109); }
td.TdClassName
{
border-color: #95246D;
}
.TagClassName
{
border-color: #95246D;
}
</style>