Shades of Dark Purple #952A82
Tints of Dark Purple #952A82
RGB
CMYK
RGB Variations
Color information
#952A82 (or 0x952A82) is known color: Dark Purple. HEX triplet: 95, 2A and 82. RGB value is (149,42,130). Sum of RGB (Red+Green+Blue) = 149+42+130=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A82 is #6AD57D. Grayscale: #535353. Windows color (decimal): -7001470 or 8530581. OLE color: 8530581.
HSL color Cylindrical-coordinate representation of color #952A82: hue angle of 310.65º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A82 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 130 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.42 |
| HSL | 310.65º | 0.56% | 0.37% | - |
| HSV(B) | 310.65º | 0.72% | 0.58% | - |
| XYZ | 17.25 | 9.66 | 22.07 | - |
| YUV | 84.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 130 | 0 | 0.72 | 0.13 | 0.42 | 310.65 | 0.56 | 0.37 |
| Hex | 95 | 2A | 82 | 0 | 48 | D | 2A | 137 | 38 | 25 |
| Octal | 225 | 52 | 202 | 0 | 110 | 15 | 52 | 467 | 70 | 45 |
| Binary | 10010101 | 101010 | 10000010 | 0 | 1001000 | 1101 | 101010 | 100110111 | 111000 | 100101 |
Color Harmonies of #952A82
Complementary color
Monochromatic Colors of #952A82
Black with #952A82
Text Example
Text Example
White with #952A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A82; }
p { color: rgb(149,42,130); }
H1.HeaderClassName
{
color: #952A82;
}
.AnyTagClassName
{
color: #952A82;
}
</style>
background-color css
<style>
a { background-color: #952A82; }
a { background-color: rgb(149,42,130); }
div.DivClassName
{
background-color: #952A82;
}
.BgClassName
{
background-color: #952A82;
}
</style>
border-color css
<style>
span { border-color: #952A82; }
span { border-color: rgb(149,42,130); }
td.TdClassName
{
border-color: #952A82;
}
.TagClassName
{
border-color: #952A82;
}
</style>