Shades of Dark Purple #95377E
Tints of Dark Purple #95377E
RGB
CMYK
RGB Variations
Color information
#95377E (or 0x95377E) is known color: Dark Purple. HEX triplet: 95, 37 and 7E. RGB value is (149,55,126). Sum of RGB (Red+Green+Blue) = 149+55+126=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95377E is #6AC881. Grayscale: #5B5B5B. Windows color (decimal): -6998146 or 8271765. OLE color: 8271765.
HSL color Cylindrical-coordinate representation of color #95377E: hue angle of 314.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95377E is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 126 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.42 |
| HSL | 314.68º | 0.46% | 0.4% | - |
| HSV(B) | 314.68º | 0.63% | 0.58% | - |
| XYZ | 17.53 | 10.63 | 20.87 | - |
| YUV | 91.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 126 | 0 | 0.63 | 0.15 | 0.42 | 314.68 | 0.46 | 0.4 |
| Hex | 95 | 37 | 7E | 0 | 3F | F | 2A | 13B | 2E | 28 |
| Octal | 225 | 67 | 176 | 0 | 77 | 17 | 52 | 473 | 56 | 50 |
| Binary | 10010101 | 110111 | 1111110 | 0 | 111111 | 1111 | 101010 | 100111011 | 101110 | 101000 |
Color Harmonies of #95377E
Complementary color
Monochromatic Colors of #95377E
Black with #95377E
Text Example
Text Example
White with #95377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95377E; }
p { color: rgb(149,55,126); }
H1.HeaderClassName
{
color: #95377E;
}
.AnyTagClassName
{
color: #95377E;
}
</style>
background-color css
<style>
a { background-color: #95377E; }
a { background-color: rgb(149,55,126); }
div.DivClassName
{
background-color: #95377E;
}
.BgClassName
{
background-color: #95377E;
}
</style>
border-color css
<style>
span { border-color: #95377E; }
span { border-color: rgb(149,55,126); }
td.TdClassName
{
border-color: #95377E;
}
.TagClassName
{
border-color: #95377E;
}
</style>