Shades of Dark Purple #953182
Tints of Dark Purple #953182
RGB
CMYK
RGB Variations
Color information
#953182 (or 0x953182) is known color: Dark Purple. HEX triplet: 95, 31 and 82. RGB value is (149,49,130). Sum of RGB (Red+Green+Blue) = 149+49+130=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #953182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953182 is #6ACE7D. Grayscale: #575757. Windows color (decimal): -6999678 or 8532373. OLE color: 8532373.
HSL color Cylindrical-coordinate representation of color #953182: hue angle of 311.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953182 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 130 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.42 |
| HSL | 311.4º | 0.51% | 0.39% | - |
| HSV(B) | 311.4º | 0.67% | 0.58% | - |
| XYZ | 17.52 | 10.2 | 22.16 | - |
| YUV | 88.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 130 | 0 | 0.67 | 0.13 | 0.42 | 311.4 | 0.51 | 0.39 |
| Hex | 95 | 31 | 82 | 0 | 43 | D | 2A | 137 | 33 | 27 |
| Octal | 225 | 61 | 202 | 0 | 103 | 15 | 52 | 467 | 63 | 47 |
| Binary | 10010101 | 110001 | 10000010 | 0 | 1000011 | 1101 | 101010 | 100110111 | 110011 | 100111 |
Color Harmonies of #953182
Complementary color
Monochromatic Colors of #953182
Black with #953182
Text Example
Text Example
White with #953182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953182; }
p { color: rgb(149,49,130); }
H1.HeaderClassName
{
color: #953182;
}
.AnyTagClassName
{
color: #953182;
}
</style>
background-color css
<style>
a { background-color: #953182; }
a { background-color: rgb(149,49,130); }
div.DivClassName
{
background-color: #953182;
}
.BgClassName
{
background-color: #953182;
}
</style>
border-color css
<style>
span { border-color: #953182; }
span { border-color: rgb(149,49,130); }
td.TdClassName
{
border-color: #953182;
}
.TagClassName
{
border-color: #953182;
}
</style>