Shades of Dark Purple #95387C
Tints of Dark Purple #95387C
RGB
CMYK
RGB Variations
Color information
#95387C (or 0x95387C) is known color: Dark Purple. HEX triplet: 95, 38 and 7C. RGB value is (149,56,124). Sum of RGB (Red+Green+Blue) = 149+56+124=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95387C is #6AC783. Grayscale: #5B5B5B. Windows color (decimal): -6997892 or 8140949. OLE color: 8140949.
HSL color Cylindrical-coordinate representation of color #95387C: hue angle of 316.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95387C is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 124 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.42 |
| HSL | 316.13º | 0.45% | 0.4% | - |
| HSV(B) | 316.13º | 0.62% | 0.58% | - |
| XYZ | 17.45 | 10.67 | 20.21 | - |
| YUV | 91.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 124 | 0 | 0.62 | 0.17 | 0.42 | 316.13 | 0.45 | 0.4 |
| Hex | 95 | 38 | 7C | 0 | 3E | 11 | 2A | 13C | 2D | 28 |
| Octal | 225 | 70 | 174 | 0 | 76 | 21 | 52 | 474 | 55 | 50 |
| Binary | 10010101 | 111000 | 1111100 | 0 | 111110 | 10001 | 101010 | 100111100 | 101101 | 101000 |
Color Harmonies of #95387C
Complementary color
Monochromatic Colors of #95387C
Black with #95387C
Text Example
Text Example
White with #95387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95387C; }
p { color: rgb(149,56,124); }
H1.HeaderClassName
{
color: #95387C;
}
.AnyTagClassName
{
color: #95387C;
}
</style>
background-color css
<style>
a { background-color: #95387C; }
a { background-color: rgb(149,56,124); }
div.DivClassName
{
background-color: #95387C;
}
.BgClassName
{
background-color: #95387C;
}
</style>
border-color css
<style>
span { border-color: #95387C; }
span { border-color: rgb(149,56,124); }
td.TdClassName
{
border-color: #95387C;
}
.TagClassName
{
border-color: #95387C;
}
</style>