Shades of Dark Purple #95247E
Tints of Dark Purple #95247E
RGB
CMYK
RGB Variations
Color information
#95247E (or 0x95247E) is known color: Dark Purple. HEX triplet: 95, 24 and 7E. RGB value is (149,36,126). Sum of RGB (Red+Green+Blue) = 149+36+126=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95247E is #6ADB81. Grayscale: #4F4F4F. Windows color (decimal): -7003010 or 8266901. OLE color: 8266901.
HSL color Cylindrical-coordinate representation of color #95247E: hue angle of 312.21º 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 #95247E is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 126 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.42 |
| HSL | 312.21º | 0.61% | 0.36% | - |
| HSV(B) | 312.21º | 0.76% | 0.58% | - |
| XYZ | 16.79 | 9.16 | 20.62 | - |
| YUV | 80.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 126 | 0 | 0.76 | 0.15 | 0.42 | 312.21 | 0.61 | 0.36 |
| Hex | 95 | 24 | 7E | 0 | 4C | F | 2A | 138 | 3D | 24 |
| Octal | 225 | 44 | 176 | 0 | 114 | 17 | 52 | 470 | 75 | 44 |
| Binary | 10010101 | 100100 | 1111110 | 0 | 1001100 | 1111 | 101010 | 100111000 | 111101 | 100100 |
Color Harmonies of #95247E
Complementary color
Monochromatic Colors of #95247E
Black with #95247E
Text Example
Text Example
White with #95247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95247E; }
p { color: rgb(149,36,126); }
H1.HeaderClassName
{
color: #95247E;
}
.AnyTagClassName
{
color: #95247E;
}
</style>
background-color css
<style>
a { background-color: #95247E; }
a { background-color: rgb(149,36,126); }
div.DivClassName
{
background-color: #95247E;
}
.BgClassName
{
background-color: #95247E;
}
</style>
border-color css
<style>
span { border-color: #95247E; }
span { border-color: rgb(149,36,126); }
td.TdClassName
{
border-color: #95247E;
}
.TagClassName
{
border-color: #95247E;
}
</style>