Shades of Dark Purple #952B85
Tints of Dark Purple #952B85
RGB
CMYK
RGB Variations
Color information
#952B85 (or 0x952B85) is known color: Dark Purple. HEX triplet: 95, 2B and 85. RGB value is (149,43,133). Sum of RGB (Red+Green+Blue) = 149+43+133=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #952B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B85 is #6AD47A. Grayscale: #545454. Windows color (decimal): -7001211 or 8727445. OLE color: 8727445.
HSL color Cylindrical-coordinate representation of color #952B85: hue angle of 309.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B85 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 133 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.42 |
| HSL | 309.06º | 0.55% | 0.38% | - |
| HSV(B) | 309.06º | 0.71% | 0.58% | - |
| XYZ | 17.49 | 9.81 | 23.16 | - |
| YUV | 84.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 133 | 0 | 0.71 | 0.11 | 0.42 | 309.06 | 0.55 | 0.38 |
| Hex | 95 | 2B | 85 | 0 | 47 | B | 2A | 135 | 37 | 26 |
| Octal | 225 | 53 | 205 | 0 | 107 | 13 | 52 | 465 | 67 | 46 |
| Binary | 10010101 | 101011 | 10000101 | 0 | 1000111 | 1011 | 101010 | 100110101 | 110111 | 100110 |
Color Harmonies of #952B85
Complementary color
Monochromatic Colors of #952B85
Black with #952B85
Text Example
Text Example
White with #952B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B85; }
p { color: rgb(149,43,133); }
H1.HeaderClassName
{
color: #952B85;
}
.AnyTagClassName
{
color: #952B85;
}
</style>
background-color css
<style>
a { background-color: #952B85; }
a { background-color: rgb(149,43,133); }
div.DivClassName
{
background-color: #952B85;
}
.BgClassName
{
background-color: #952B85;
}
</style>
border-color css
<style>
span { border-color: #952B85; }
span { border-color: rgb(149,43,133); }
td.TdClassName
{
border-color: #952B85;
}
.TagClassName
{
border-color: #952B85;
}
</style>