Shades of Dark Purple #952180
Tints of Dark Purple #952180
RGB
CMYK
RGB Variations
Color information
#952180 (or 0x952180) is known color: Dark Purple. HEX triplet: 95, 21 and 80. RGB value is (149,33,128). Sum of RGB (Red+Green+Blue) = 149+33+128=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952180 is #6ADE7F. Grayscale: #4E4E4E. Windows color (decimal): -7003776 or 8397205. OLE color: 8397205.
HSL color Cylindrical-coordinate representation of color #952180: hue angle of 310.86º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952180 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 128 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.42 |
| HSL | 310.86º | 0.64% | 0.36% | - |
| HSV(B) | 310.86º | 0.78% | 0.58% | - |
| XYZ | 16.83 | 9.04 | 21.28 | - |
| YUV | 78.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 128 | 0 | 0.78 | 0.14 | 0.42 | 310.86 | 0.64 | 0.36 |
| Hex | 95 | 21 | 80 | 0 | 4E | E | 2A | 137 | 40 | 24 |
| Octal | 225 | 41 | 200 | 0 | 116 | 16 | 52 | 467 | 100 | 44 |
| Binary | 10010101 | 100001 | 10000000 | 0 | 1001110 | 1110 | 101010 | 100110111 | 1000000 | 100100 |
Color Harmonies of #952180
Complementary color
Monochromatic Colors of #952180
Black with #952180
Text Example
Text Example
White with #952180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952180; }
p { color: rgb(149,33,128); }
H1.HeaderClassName
{
color: #952180;
}
.AnyTagClassName
{
color: #952180;
}
</style>
background-color css
<style>
a { background-color: #952180; }
a { background-color: rgb(149,33,128); }
div.DivClassName
{
background-color: #952180;
}
.BgClassName
{
background-color: #952180;
}
</style>
border-color css
<style>
span { border-color: #952180; }
span { border-color: rgb(149,33,128); }
td.TdClassName
{
border-color: #952180;
}
.TagClassName
{
border-color: #952180;
}
</style>