Shades of Dark Purple #953370
Tints of Dark Purple #953370
RGB
CMYK
RGB Variations
Color information
#953370 (or 0x953370) is known color: Dark Purple. HEX triplet: 95, 33 and 70. RGB value is (149,51,112). Sum of RGB (Red+Green+Blue) = 149+51+112=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #953370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953370 is #6ACC8F. Grayscale: #575757. Windows color (decimal): -6999184 or 7353237. OLE color: 7353237.
HSL color Cylindrical-coordinate representation of color #953370: hue angle of 322.65º degrees, saturation: 0.49, 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 #953370 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 51 | 112 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.42 |
| HSL | 322.65º | 0.49% | 0.39% | - |
| HSV(B) | 322.65º | 0.66% | 0.58% | - |
| XYZ | 16.5 | 9.93 | 16.38 | - |
| YUV | 87.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 112 | 0 | 0.66 | 0.25 | 0.42 | 322.65 | 0.49 | 0.39 |
| Hex | 95 | 33 | 70 | 0 | 42 | 19 | 2A | 143 | 31 | 27 |
| Octal | 225 | 63 | 160 | 0 | 102 | 31 | 52 | 503 | 61 | 47 |
| Binary | 10010101 | 110011 | 1110000 | 0 | 1000010 | 11001 | 101010 | 101000011 | 110001 | 100111 |
Color Harmonies of #953370
Complementary color
Monochromatic Colors of #953370
Black with #953370
Text Example
Text Example
White with #953370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953370; }
p { color: rgb(149,51,112); }
H1.HeaderClassName
{
color: #953370;
}
.AnyTagClassName
{
color: #953370;
}
</style>
background-color css
<style>
a { background-color: #953370; }
a { background-color: rgb(149,51,112); }
div.DivClassName
{
background-color: #953370;
}
.BgClassName
{
background-color: #953370;
}
</style>
border-color css
<style>
span { border-color: #953370; }
span { border-color: rgb(149,51,112); }
td.TdClassName
{
border-color: #953370;
}
.TagClassName
{
border-color: #953370;
}
</style>