Shades of Dark Purple #952192
Tints of Dark Purple #952192
RGB
CMYK
RGB Variations
Color information
#952192 (or 0x952192) is known color: Dark Purple. HEX triplet: 95, 21 and 92. RGB value is (149,33,146). Sum of RGB (Red+Green+Blue) = 149+33+146=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #952192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952192 is #6ADE6D. Grayscale: #505050. Windows color (decimal): -7003758 or 9576853. OLE color: 9576853.
HSL color Cylindrical-coordinate representation of color #952192: hue angle of 301.55º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952192 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 146 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.42 |
| HSL | 301.55º | 0.64% | 0.36% | - |
| HSV(B) | 301.55º | 0.78% | 0.58% | - |
| XYZ | 18.13 | 9.55 | 28.08 | - |
| YUV | 80.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 146 | 0 | 0.78 | 0.02 | 0.42 | 301.55 | 0.64 | 0.36 |
| Hex | 95 | 21 | 92 | 0 | 4E | 2 | 2A | 12E | 40 | 24 |
| Octal | 225 | 41 | 222 | 0 | 116 | 2 | 52 | 456 | 100 | 44 |
| Binary | 10010101 | 100001 | 10010010 | 0 | 1001110 | 10 | 101010 | 100101110 | 1000000 | 100100 |
Color Harmonies of #952192
Complementary color
Monochromatic Colors of #952192
Black with #952192
Text Example
Text Example
White with #952192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952192; }
p { color: rgb(149,33,146); }
H1.HeaderClassName
{
color: #952192;
}
.AnyTagClassName
{
color: #952192;
}
</style>
background-color css
<style>
a { background-color: #952192; }
a { background-color: rgb(149,33,146); }
div.DivClassName
{
background-color: #952192;
}
.BgClassName
{
background-color: #952192;
}
</style>
border-color css
<style>
span { border-color: #952192; }
span { border-color: rgb(149,33,146); }
td.TdClassName
{
border-color: #952192;
}
.TagClassName
{
border-color: #952192;
}
</style>