Shades of Dark Purple #953774
Tints of Dark Purple #953774
RGB
CMYK
RGB Variations
Color information
#953774 (or 0x953774) is known color: Dark Purple. HEX triplet: 95, 37 and 74. RGB value is (149,55,116). Sum of RGB (Red+Green+Blue) = 149+55+116=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953774 is #6AC88B. Grayscale: #595959. Windows color (decimal): -6998156 or 7616405. OLE color: 7616405.
HSL color Cylindrical-coordinate representation of color #953774: hue angle of 321.06º 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 #953774 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 116 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.42 |
| HSL | 321.06º | 0.46% | 0.4% | - |
| HSV(B) | 321.06º | 0.63% | 0.58% | - |
| XYZ | 16.91 | 10.38 | 17.64 | - |
| YUV | 90.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 116 | 0 | 0.63 | 0.22 | 0.42 | 321.06 | 0.46 | 0.4 |
| Hex | 95 | 37 | 74 | 0 | 3F | 16 | 2A | 141 | 2E | 28 |
| Octal | 225 | 67 | 164 | 0 | 77 | 26 | 52 | 501 | 56 | 50 |
| Binary | 10010101 | 110111 | 1110100 | 0 | 111111 | 10110 | 101010 | 101000001 | 101110 | 101000 |
Color Harmonies of #953774
Complementary color
Monochromatic Colors of #953774
Black with #953774
Text Example
Text Example
White with #953774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953774; }
p { color: rgb(149,55,116); }
H1.HeaderClassName
{
color: #953774;
}
.AnyTagClassName
{
color: #953774;
}
</style>
background-color css
<style>
a { background-color: #953774; }
a { background-color: rgb(149,55,116); }
div.DivClassName
{
background-color: #953774;
}
.BgClassName
{
background-color: #953774;
}
</style>
border-color css
<style>
span { border-color: #953774; }
span { border-color: rgb(149,55,116); }
td.TdClassName
{
border-color: #953774;
}
.TagClassName
{
border-color: #953774;
}
</style>