Shades of Dark Purple #953878
Tints of Dark Purple #953878
RGB
CMYK
RGB Variations
Color information
#953878 (or 0x953878) is known color: Dark Purple. HEX triplet: 95, 38 and 78. RGB value is (149,56,120). Sum of RGB (Red+Green+Blue) = 149+56+120=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #953878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953878 is #6AC787. Grayscale: #5A5A5A. Windows color (decimal): -6997896 or 7878805. OLE color: 7878805.
HSL color Cylindrical-coordinate representation of color #953878: hue angle of 318.71º 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 #953878 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 120 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.42 |
| HSL | 318.71º | 0.45% | 0.4% | - |
| HSV(B) | 318.71º | 0.62% | 0.58% | - |
| XYZ | 17.2 | 10.57 | 18.9 | - |
| YUV | 91.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 120 | 0 | 0.62 | 0.19 | 0.42 | 318.71 | 0.45 | 0.4 |
| Hex | 95 | 38 | 78 | 0 | 3E | 13 | 2A | 13F | 2D | 28 |
| Octal | 225 | 70 | 170 | 0 | 76 | 23 | 52 | 477 | 55 | 50 |
| Binary | 10010101 | 111000 | 1111000 | 0 | 111110 | 10011 | 101010 | 100111111 | 101101 | 101000 |
Color Harmonies of #953878
Complementary color
Monochromatic Colors of #953878
Black with #953878
Text Example
Text Example
White with #953878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953878; }
p { color: rgb(149,56,120); }
H1.HeaderClassName
{
color: #953878;
}
.AnyTagClassName
{
color: #953878;
}
</style>
background-color css
<style>
a { background-color: #953878; }
a { background-color: rgb(149,56,120); }
div.DivClassName
{
background-color: #953878;
}
.BgClassName
{
background-color: #953878;
}
</style>
border-color css
<style>
span { border-color: #953878; }
span { border-color: rgb(149,56,120); }
td.TdClassName
{
border-color: #953878;
}
.TagClassName
{
border-color: #953878;
}
</style>