Shades of Dark Purple #953278
Tints of Dark Purple #953278
RGB
CMYK
RGB Variations
Color information
#953278 (or 0x953278) is known color: Dark Purple. HEX triplet: 95, 32 and 78. RGB value is (149,50,120). Sum of RGB (Red+Green+Blue) = 149+50+120=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #953278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953278 is #6ACD87. Grayscale: #575757. Windows color (decimal): -6999432 or 7877269. OLE color: 7877269.
HSL color Cylindrical-coordinate representation of color #953278: hue angle of 317.58º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953278 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 120 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.42 |
| HSL | 317.58º | 0.5% | 0.39% | - |
| HSV(B) | 317.58º | 0.66% | 0.58% | - |
| XYZ | 16.93 | 10.03 | 18.81 | - |
| YUV | 87.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 120 | 0 | 0.66 | 0.19 | 0.42 | 317.58 | 0.5 | 0.39 |
| Hex | 95 | 32 | 78 | 0 | 42 | 13 | 2A | 13E | 32 | 27 |
| Octal | 225 | 62 | 170 | 0 | 102 | 23 | 52 | 476 | 62 | 47 |
| Binary | 10010101 | 110010 | 1111000 | 0 | 1000010 | 10011 | 101010 | 100111110 | 110010 | 100111 |
Color Harmonies of #953278
Complementary color
Monochromatic Colors of #953278
Black with #953278
Text Example
Text Example
White with #953278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953278; }
p { color: rgb(149,50,120); }
H1.HeaderClassName
{
color: #953278;
}
.AnyTagClassName
{
color: #953278;
}
</style>
background-color css
<style>
a { background-color: #953278; }
a { background-color: rgb(149,50,120); }
div.DivClassName
{
background-color: #953278;
}
.BgClassName
{
background-color: #953278;
}
</style>
border-color css
<style>
span { border-color: #953278; }
span { border-color: rgb(149,50,120); }
td.TdClassName
{
border-color: #953278;
}
.TagClassName
{
border-color: #953278;
}
</style>