Shades of Dark Purple #952691
Tints of Dark Purple #952691
RGB
CMYK
RGB Variations
Color information
#952691 (or 0x952691) is known color: Dark Purple. HEX triplet: 95, 26 and 91. RGB value is (149,38,145). Sum of RGB (Red+Green+Blue) = 149+38+145=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952691 is #6AD96E. Grayscale: #535353. Windows color (decimal): -7002479 or 9512597. OLE color: 9512597.
HSL color Cylindrical-coordinate representation of color #952691: hue angle of 302.16º 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 #952691 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 145 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.42 |
| HSL | 302.16º | 0.59% | 0.37% | - |
| HSV(B) | 302.16º | 0.74% | 0.58% | - |
| XYZ | 18.2 | 9.82 | 27.72 | - |
| YUV | 83.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 145 | 0 | 0.74 | 0.03 | 0.42 | 302.16 | 0.59 | 0.37 |
| Hex | 95 | 26 | 91 | 0 | 4A | 3 | 2A | 12E | 3B | 25 |
| Octal | 225 | 46 | 221 | 0 | 112 | 3 | 52 | 456 | 73 | 45 |
| Binary | 10010101 | 100110 | 10010001 | 0 | 1001010 | 11 | 101010 | 100101110 | 111011 | 100101 |
Color Harmonies of #952691
Complementary color
Monochromatic Colors of #952691
Black with #952691
Text Example
Text Example
White with #952691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952691; }
p { color: rgb(149,38,145); }
H1.HeaderClassName
{
color: #952691;
}
.AnyTagClassName
{
color: #952691;
}
</style>
background-color css
<style>
a { background-color: #952691; }
a { background-color: rgb(149,38,145); }
div.DivClassName
{
background-color: #952691;
}
.BgClassName
{
background-color: #952691;
}
</style>
border-color css
<style>
span { border-color: #952691; }
span { border-color: rgb(149,38,145); }
td.TdClassName
{
border-color: #952691;
}
.TagClassName
{
border-color: #952691;
}
</style>