Shades of Dark Purple #95367D
Tints of Dark Purple #95367D
RGB
CMYK
RGB Variations
Color information
#95367D (or 0x95367D) is known color: Dark Purple. HEX triplet: 95, 36 and 7D. RGB value is (149,54,125). Sum of RGB (Red+Green+Blue) = 149+54+125=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95367D is #6AC982. Grayscale: #5A5A5A. Windows color (decimal): -6998403 or 8205973. OLE color: 8205973.
HSL color Cylindrical-coordinate representation of color #95367D: hue angle of 315.16º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95367D is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 125 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.42 |
| HSL | 315.16º | 0.47% | 0.4% | - |
| HSV(B) | 315.16º | 0.64% | 0.58% | - |
| XYZ | 17.42 | 10.51 | 20.51 | - |
| YUV | 90.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 125 | 0 | 0.64 | 0.16 | 0.42 | 315.16 | 0.47 | 0.4 |
| Hex | 95 | 36 | 7D | 0 | 40 | 10 | 2A | 13B | 2F | 28 |
| Octal | 225 | 66 | 175 | 0 | 100 | 20 | 52 | 473 | 57 | 50 |
| Binary | 10010101 | 110110 | 1111101 | 0 | 1000000 | 10000 | 101010 | 100111011 | 101111 | 101000 |
Color Harmonies of #95367D
Complementary color
Monochromatic Colors of #95367D
Black with #95367D
Text Example
Text Example
White with #95367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95367D; }
p { color: rgb(149,54,125); }
H1.HeaderClassName
{
color: #95367D;
}
.AnyTagClassName
{
color: #95367D;
}
</style>
background-color css
<style>
a { background-color: #95367D; }
a { background-color: rgb(149,54,125); }
div.DivClassName
{
background-color: #95367D;
}
.BgClassName
{
background-color: #95367D;
}
</style>
border-color css
<style>
span { border-color: #95367D; }
span { border-color: rgb(149,54,125); }
td.TdClassName
{
border-color: #95367D;
}
.TagClassName
{
border-color: #95367D;
}
</style>