Shades of Dark Purple #952A8E
Tints of Dark Purple #952A8E
RGB
CMYK
RGB Variations
Color information
#952A8E (or 0x952A8E) is known color: Dark Purple. HEX triplet: 95, 2A and 8E. RGB value is (149,42,142). Sum of RGB (Red+Green+Blue) = 149+42+142=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A8E is #6AD571. Grayscale: #555555. Windows color (decimal): -7001458 or 9317013. OLE color: 9317013.
HSL color Cylindrical-coordinate representation of color #952A8E: hue angle of 303.93º 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 #952A8E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 142 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.42 |
| HSL | 303.93º | 0.56% | 0.37% | - |
| HSV(B) | 303.93º | 0.72% | 0.58% | - |
| XYZ | 18.1 | 10 | 26.57 | - |
| YUV | 85.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 142 | 0 | 0.72 | 0.05 | 0.42 | 303.93 | 0.56 | 0.37 |
| Hex | 95 | 2A | 8E | 0 | 48 | 5 | 2A | 130 | 38 | 25 |
| Octal | 225 | 52 | 216 | 0 | 110 | 5 | 52 | 460 | 70 | 45 |
| Binary | 10010101 | 101010 | 10001110 | 0 | 1001000 | 101 | 101010 | 100110000 | 111000 | 100101 |
Color Harmonies of #952A8E
Complementary color
Monochromatic Colors of #952A8E
Black with #952A8E
Text Example
Text Example
White with #952A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A8E; }
p { color: rgb(149,42,142); }
H1.HeaderClassName
{
color: #952A8E;
}
.AnyTagClassName
{
color: #952A8E;
}
</style>
background-color css
<style>
a { background-color: #952A8E; }
a { background-color: rgb(149,42,142); }
div.DivClassName
{
background-color: #952A8E;
}
.BgClassName
{
background-color: #952A8E;
}
</style>
border-color css
<style>
span { border-color: #952A8E; }
span { border-color: rgb(149,42,142); }
td.TdClassName
{
border-color: #952A8E;
}
.TagClassName
{
border-color: #952A8E;
}
</style>