Shades of Dark Purple #952A85
Tints of Dark Purple #952A85
RGB
CMYK
RGB Variations
Color information
#952A85 (or 0x952A85) is known color: Dark Purple. HEX triplet: 95, 2A and 85. RGB value is (149,42,133). Sum of RGB (Red+Green+Blue) = 149+42+133=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A85 is #6AD57A. Grayscale: #545454. Windows color (decimal): -7001467 or 8727189. OLE color: 8727189.
HSL color Cylindrical-coordinate representation of color #952A85: hue angle of 308.97º 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 #952A85 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 133 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.42 |
| HSL | 308.97º | 0.56% | 0.37% | - |
| HSV(B) | 308.97º | 0.72% | 0.58% | - |
| XYZ | 17.46 | 9.74 | 23.15 | - |
| YUV | 84.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 133 | 0 | 0.72 | 0.11 | 0.42 | 308.97 | 0.56 | 0.37 |
| Hex | 95 | 2A | 85 | 0 | 48 | B | 2A | 135 | 38 | 25 |
| Octal | 225 | 52 | 205 | 0 | 110 | 13 | 52 | 465 | 70 | 45 |
| Binary | 10010101 | 101010 | 10000101 | 0 | 1001000 | 1011 | 101010 | 100110101 | 111000 | 100101 |
Color Harmonies of #952A85
Complementary color
Monochromatic Colors of #952A85
Black with #952A85
Text Example
Text Example
White with #952A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A85; }
p { color: rgb(149,42,133); }
H1.HeaderClassName
{
color: #952A85;
}
.AnyTagClassName
{
color: #952A85;
}
</style>
background-color css
<style>
a { background-color: #952A85; }
a { background-color: rgb(149,42,133); }
div.DivClassName
{
background-color: #952A85;
}
.BgClassName
{
background-color: #952A85;
}
</style>
border-color css
<style>
span { border-color: #952A85; }
span { border-color: rgb(149,42,133); }
td.TdClassName
{
border-color: #952A85;
}
.TagClassName
{
border-color: #952A85;
}
</style>