Shades of Dark Purple #952D8A
Tints of Dark Purple #952D8A
RGB
CMYK
RGB Variations
Color information
#952D8A (or 0x952D8A) is known color: Dark Purple. HEX triplet: 95, 2D and 8A. RGB value is (149,45,138). Sum of RGB (Red+Green+Blue) = 149+45+138=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D8A is #6AD275. Grayscale: #565656. Windows color (decimal): -7000694 or 9055637. OLE color: 9055637.
HSL color Cylindrical-coordinate representation of color #952D8A: hue angle of 306.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D8A is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 138 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.42 |
| HSL | 306.35º | 0.54% | 0.38% | - |
| HSV(B) | 306.35º | 0.7% | 0.58% | - |
| XYZ | 17.92 | 10.1 | 25.05 | - |
| YUV | 86.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 138 | 0 | 0.70 | 0.07 | 0.42 | 306.35 | 0.54 | 0.38 |
| Hex | 95 | 2D | 8A | 0 | 46 | 7 | 2A | 132 | 36 | 26 |
| Octal | 225 | 55 | 212 | 0 | 106 | 7 | 52 | 462 | 66 | 46 |
| Binary | 10010101 | 101101 | 10001010 | 0 | 1000110 | 111 | 101010 | 100110010 | 110110 | 100110 |
Color Harmonies of #952D8A
Complementary color
Monochromatic Colors of #952D8A
Black with #952D8A
Text Example
Text Example
White with #952D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D8A; }
p { color: rgb(149,45,138); }
H1.HeaderClassName
{
color: #952D8A;
}
.AnyTagClassName
{
color: #952D8A;
}
</style>
background-color css
<style>
a { background-color: #952D8A; }
a { background-color: rgb(149,45,138); }
div.DivClassName
{
background-color: #952D8A;
}
.BgClassName
{
background-color: #952D8A;
}
</style>
border-color css
<style>
span { border-color: #952D8A; }
span { border-color: rgb(149,45,138); }
td.TdClassName
{
border-color: #952D8A;
}
.TagClassName
{
border-color: #952D8A;
}
</style>