Shades of Dark Purple #952780
Tints of Dark Purple #952780
RGB
CMYK
RGB Variations
Color information
#952780 (or 0x952780) is known color: Dark Purple. HEX triplet: 95, 27 and 80. RGB value is (149,39,128). Sum of RGB (Red+Green+Blue) = 149+39+128=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952780 is #6AD87F. Grayscale: #515151. Windows color (decimal): -7002240 or 8398741. OLE color: 8398741.
HSL color Cylindrical-coordinate representation of color #952780: hue angle of 311.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952780 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 128 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.42 |
| HSL | 311.45º | 0.59% | 0.37% | - |
| HSV(B) | 311.45º | 0.74% | 0.58% | - |
| XYZ | 17.02 | 9.4 | 21.34 | - |
| YUV | 82.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 128 | 0 | 0.74 | 0.14 | 0.42 | 311.45 | 0.59 | 0.37 |
| Hex | 95 | 27 | 80 | 0 | 4A | E | 2A | 137 | 3B | 25 |
| Octal | 225 | 47 | 200 | 0 | 112 | 16 | 52 | 467 | 73 | 45 |
| Binary | 10010101 | 100111 | 10000000 | 0 | 1001010 | 1110 | 101010 | 100110111 | 111011 | 100101 |
Color Harmonies of #952780
Complementary color
Monochromatic Colors of #952780
Black with #952780
Text Example
Text Example
White with #952780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952780; }
p { color: rgb(149,39,128); }
H1.HeaderClassName
{
color: #952780;
}
.AnyTagClassName
{
color: #952780;
}
</style>
background-color css
<style>
a { background-color: #952780; }
a { background-color: rgb(149,39,128); }
div.DivClassName
{
background-color: #952780;
}
.BgClassName
{
background-color: #952780;
}
</style>
border-color css
<style>
span { border-color: #952780; }
span { border-color: rgb(149,39,128); }
td.TdClassName
{
border-color: #952780;
}
.TagClassName
{
border-color: #952780;
}
</style>