Shades of Dark Purple #952990
Tints of Dark Purple #952990
RGB
CMYK
RGB Variations
Color information
#952990 (or 0x952990) is known color: Dark Purple. HEX triplet: 95, 29 and 90. RGB value is (149,41,144). Sum of RGB (Red+Green+Blue) = 149+41+144=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952990 is #6AD66F. Grayscale: #545454. Windows color (decimal): -7001712 or 9447829. OLE color: 9447829.
HSL color Cylindrical-coordinate representation of color #952990: hue angle of 302.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952990 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 144 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.42 |
| HSL | 302.78º | 0.57% | 0.37% | - |
| HSV(B) | 302.78º | 0.72% | 0.58% | - |
| XYZ | 18.22 | 9.99 | 27.35 | - |
| YUV | 85.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 144 | 0 | 0.72 | 0.03 | 0.42 | 302.78 | 0.57 | 0.37 |
| Hex | 95 | 29 | 90 | 0 | 48 | 3 | 2A | 12F | 39 | 25 |
| Octal | 225 | 51 | 220 | 0 | 110 | 3 | 52 | 457 | 71 | 45 |
| Binary | 10010101 | 101001 | 10010000 | 0 | 1001000 | 11 | 101010 | 100101111 | 111001 | 100101 |
Color Harmonies of #952990
Complementary color
Monochromatic Colors of #952990
Black with #952990
Text Example
Text Example
White with #952990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952990; }
p { color: rgb(149,41,144); }
H1.HeaderClassName
{
color: #952990;
}
.AnyTagClassName
{
color: #952990;
}
</style>
background-color css
<style>
a { background-color: #952990; }
a { background-color: rgb(149,41,144); }
div.DivClassName
{
background-color: #952990;
}
.BgClassName
{
background-color: #952990;
}
</style>
border-color css
<style>
span { border-color: #952990; }
span { border-color: rgb(149,41,144); }
td.TdClassName
{
border-color: #952990;
}
.TagClassName
{
border-color: #952990;
}
</style>