Shades of Dark Purple #952785
Tints of Dark Purple #952785
RGB
CMYK
RGB Variations
Color information
#952785 (or 0x952785) is known color: Dark Purple. HEX triplet: 95, 27 and 85. RGB value is (149,39,133). Sum of RGB (Red+Green+Blue) = 149+39+133=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952785 is #6AD87A. Grayscale: #525252. Windows color (decimal): -7002235 or 8726421. OLE color: 8726421.
HSL color Cylindrical-coordinate representation of color #952785: hue angle of 308.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952785 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 133 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.42 |
| HSL | 308.73º | 0.59% | 0.37% | - |
| HSV(B) | 308.73º | 0.74% | 0.58% | - |
| XYZ | 17.35 | 9.53 | 23.12 | - |
| YUV | 82.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 133 | 0 | 0.74 | 0.11 | 0.42 | 308.73 | 0.59 | 0.37 |
| Hex | 95 | 27 | 85 | 0 | 4A | B | 2A | 135 | 3B | 25 |
| Octal | 225 | 47 | 205 | 0 | 112 | 13 | 52 | 465 | 73 | 45 |
| Binary | 10010101 | 100111 | 10000101 | 0 | 1001010 | 1011 | 101010 | 100110101 | 111011 | 100101 |
Color Harmonies of #952785
Complementary color
Monochromatic Colors of #952785
Black with #952785
Text Example
Text Example
White with #952785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952785; }
p { color: rgb(149,39,133); }
H1.HeaderClassName
{
color: #952785;
}
.AnyTagClassName
{
color: #952785;
}
</style>
background-color css
<style>
a { background-color: #952785; }
a { background-color: rgb(149,39,133); }
div.DivClassName
{
background-color: #952785;
}
.BgClassName
{
background-color: #952785;
}
</style>
border-color css
<style>
span { border-color: #952785; }
span { border-color: rgb(149,39,133); }
td.TdClassName
{
border-color: #952785;
}
.TagClassName
{
border-color: #952785;
}
</style>