Shades of Dark Purple #952E82
Tints of Dark Purple #952E82
RGB
CMYK
RGB Variations
Color information
#952E82 (or 0x952E82) is known color: Dark Purple. HEX triplet: 95, 2E and 82. RGB value is (149,46,130). Sum of RGB (Red+Green+Blue) = 149+46+130=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #952E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E82 is #6AD17D. Grayscale: #565656. Windows color (decimal): -7000446 or 8531605. OLE color: 8531605.
HSL color Cylindrical-coordinate representation of color #952E82: hue angle of 311.07º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E82 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 130 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.42 |
| HSL | 311.07º | 0.53% | 0.38% | - |
| HSV(B) | 311.07º | 0.69% | 0.58% | - |
| XYZ | 17.4 | 9.96 | 22.12 | - |
| YUV | 86.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 130 | 0 | 0.69 | 0.13 | 0.42 | 311.07 | 0.53 | 0.38 |
| Hex | 95 | 2E | 82 | 0 | 45 | D | 2A | 137 | 35 | 26 |
| Octal | 225 | 56 | 202 | 0 | 105 | 15 | 52 | 467 | 65 | 46 |
| Binary | 10010101 | 101110 | 10000010 | 0 | 1000101 | 1101 | 101010 | 100110111 | 110101 | 100110 |
Color Harmonies of #952E82
Complementary color
Monochromatic Colors of #952E82
Black with #952E82
Text Example
Text Example
White with #952E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E82; }
p { color: rgb(149,46,130); }
H1.HeaderClassName
{
color: #952E82;
}
.AnyTagClassName
{
color: #952E82;
}
</style>
background-color css
<style>
a { background-color: #952E82; }
a { background-color: rgb(149,46,130); }
div.DivClassName
{
background-color: #952E82;
}
.BgClassName
{
background-color: #952E82;
}
</style>
border-color css
<style>
span { border-color: #952E82; }
span { border-color: rgb(149,46,130); }
td.TdClassName
{
border-color: #952E82;
}
.TagClassName
{
border-color: #952E82;
}
</style>