Shades of Dark Purple #952A6E
Tints of Dark Purple #952A6E
RGB
CMYK
RGB Variations
Color information
#952A6E (or 0x952A6E) is known color: Dark Purple. HEX triplet: 95, 2A and 6E. RGB value is (149,42,110). Sum of RGB (Red+Green+Blue) = 149+42+110=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A6E is #6AD591. Grayscale: #515151. Windows color (decimal): -7001490 or 7219861. OLE color: 7219861.
HSL color Cylindrical-coordinate representation of color #952A6E: hue angle of 321.87º 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 #952A6E is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 110 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.42 |
| HSL | 321.87º | 0.56% | 0.37% | - |
| HSV(B) | 321.87º | 0.72% | 0.58% | - |
| XYZ | 16.04 | 9.17 | 15.68 | - |
| YUV | 81.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 110 | 0 | 0.72 | 0.26 | 0.42 | 321.87 | 0.56 | 0.37 |
| Hex | 95 | 2A | 6E | 0 | 48 | 1A | 2A | 142 | 38 | 25 |
| Octal | 225 | 52 | 156 | 0 | 110 | 32 | 52 | 502 | 70 | 45 |
| Binary | 10010101 | 101010 | 1101110 | 0 | 1001000 | 11010 | 101010 | 101000010 | 111000 | 100101 |
Color Harmonies of #952A6E
Complementary color
Monochromatic Colors of #952A6E
Black with #952A6E
Text Example
Text Example
White with #952A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A6E; }
p { color: rgb(149,42,110); }
H1.HeaderClassName
{
color: #952A6E;
}
.AnyTagClassName
{
color: #952A6E;
}
</style>
background-color css
<style>
a { background-color: #952A6E; }
a { background-color: rgb(149,42,110); }
div.DivClassName
{
background-color: #952A6E;
}
.BgClassName
{
background-color: #952A6E;
}
</style>
border-color css
<style>
span { border-color: #952A6E; }
span { border-color: rgb(149,42,110); }
td.TdClassName
{
border-color: #952A6E;
}
.TagClassName
{
border-color: #952A6E;
}
</style>