Shades of Dark Purple #952A8C
Tints of Dark Purple #952A8C
RGB
CMYK
RGB Variations
Color information
#952A8C (or 0x952A8C) is known color: Dark Purple. HEX triplet: 95, 2A and 8C. RGB value is (149,42,140). Sum of RGB (Red+Green+Blue) = 149+42+140=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A8C is #6AD573. Grayscale: #545454. Windows color (decimal): -7001460 or 9185941. OLE color: 9185941.
HSL color Cylindrical-coordinate representation of color #952A8C: hue angle of 305.05º 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 #952A8C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 140 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.42 |
| HSL | 305.05º | 0.56% | 0.37% | - |
| HSV(B) | 305.05º | 0.72% | 0.58% | - |
| XYZ | 17.96 | 9.94 | 25.78 | - |
| YUV | 85.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 140 | 0 | 0.72 | 0.06 | 0.42 | 305.05 | 0.56 | 0.37 |
| Hex | 95 | 2A | 8C | 0 | 48 | 6 | 2A | 131 | 38 | 25 |
| Octal | 225 | 52 | 214 | 0 | 110 | 6 | 52 | 461 | 70 | 45 |
| Binary | 10010101 | 101010 | 10001100 | 0 | 1001000 | 110 | 101010 | 100110001 | 111000 | 100101 |
Color Harmonies of #952A8C
Complementary color
Monochromatic Colors of #952A8C
Black with #952A8C
Text Example
Text Example
White with #952A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A8C; }
p { color: rgb(149,42,140); }
H1.HeaderClassName
{
color: #952A8C;
}
.AnyTagClassName
{
color: #952A8C;
}
</style>
background-color css
<style>
a { background-color: #952A8C; }
a { background-color: rgb(149,42,140); }
div.DivClassName
{
background-color: #952A8C;
}
.BgClassName
{
background-color: #952A8C;
}
</style>
border-color css
<style>
span { border-color: #952A8C; }
span { border-color: rgb(149,42,140); }
td.TdClassName
{
border-color: #952A8C;
}
.TagClassName
{
border-color: #952A8C;
}
</style>