Shades of Dark Purple #952686
Tints of Dark Purple #952686
RGB
CMYK
RGB Variations
Color information
#952686 (or 0x952686) is known color: Dark Purple. HEX triplet: 95, 26 and 86. RGB value is (149,38,134). Sum of RGB (Red+Green+Blue) = 149+38+134=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952686 is #6AD979. Grayscale: #515151. Windows color (decimal): -7002490 or 8791701. OLE color: 8791701.
HSL color Cylindrical-coordinate representation of color #952686: hue angle of 308.11º 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 #952686 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 134 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.42 |
| HSL | 308.11º | 0.59% | 0.37% | - |
| HSV(B) | 308.11º | 0.74% | 0.58% | - |
| XYZ | 17.39 | 9.5 | 23.47 | - |
| YUV | 82.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 134 | 0 | 0.74 | 0.10 | 0.42 | 308.11 | 0.59 | 0.37 |
| Hex | 95 | 26 | 86 | 0 | 4A | A | 2A | 134 | 3B | 25 |
| Octal | 225 | 46 | 206 | 0 | 112 | 12 | 52 | 464 | 73 | 45 |
| Binary | 10010101 | 100110 | 10000110 | 0 | 1001010 | 1010 | 101010 | 100110100 | 111011 | 100101 |
Color Harmonies of #952686
Complementary color
Monochromatic Colors of #952686
Black with #952686
Text Example
Text Example
White with #952686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952686; }
p { color: rgb(149,38,134); }
H1.HeaderClassName
{
color: #952686;
}
.AnyTagClassName
{
color: #952686;
}
</style>
background-color css
<style>
a { background-color: #952686; }
a { background-color: rgb(149,38,134); }
div.DivClassName
{
background-color: #952686;
}
.BgClassName
{
background-color: #952686;
}
</style>
border-color css
<style>
span { border-color: #952686; }
span { border-color: rgb(149,38,134); }
td.TdClassName
{
border-color: #952686;
}
.TagClassName
{
border-color: #952686;
}
</style>