Shades of Dark Purple #952891
Tints of Dark Purple #952891
RGB
CMYK
RGB Variations
Color information
#952891 (or 0x952891) is known color: Dark Purple. HEX triplet: 95, 28 and 91. RGB value is (149,40,145). Sum of RGB (Red+Green+Blue) = 149+40+145=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952891 is #6AD76E. Grayscale: #545454. Windows color (decimal): -7001967 or 9513109. OLE color: 9513109.
HSL color Cylindrical-coordinate representation of color #952891: hue angle of 302.2º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952891 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 145 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.42 |
| HSL | 302.2º | 0.58% | 0.37% | - |
| HSV(B) | 302.2º | 0.73% | 0.58% | - |
| XYZ | 18.26 | 9.95 | 27.75 | - |
| YUV | 84.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 145 | 0 | 0.73 | 0.03 | 0.42 | 302.2 | 0.58 | 0.37 |
| Hex | 95 | 28 | 91 | 0 | 49 | 3 | 2A | 12E | 3A | 25 |
| Octal | 225 | 50 | 221 | 0 | 111 | 3 | 52 | 456 | 72 | 45 |
| Binary | 10010101 | 101000 | 10010001 | 0 | 1001001 | 11 | 101010 | 100101110 | 111010 | 100101 |
Color Harmonies of #952891
Complementary color
Monochromatic Colors of #952891
Black with #952891
Text Example
Text Example
White with #952891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952891; }
p { color: rgb(149,40,145); }
H1.HeaderClassName
{
color: #952891;
}
.AnyTagClassName
{
color: #952891;
}
</style>
background-color css
<style>
a { background-color: #952891; }
a { background-color: rgb(149,40,145); }
div.DivClassName
{
background-color: #952891;
}
.BgClassName
{
background-color: #952891;
}
</style>
border-color css
<style>
span { border-color: #952891; }
span { border-color: rgb(149,40,145); }
td.TdClassName
{
border-color: #952891;
}
.TagClassName
{
border-color: #952891;
}
</style>