Shades of Dark Purple #952592
Tints of Dark Purple #952592
RGB
CMYK
RGB Variations
Color information
#952592 (or 0x952592) is known color: Dark Purple. HEX triplet: 95, 25 and 92. RGB value is (149,37,146). Sum of RGB (Red+Green+Blue) = 149+37+146=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952592 is #6ADA6D. Grayscale: #525252. Windows color (decimal): -7002734 or 9577877. OLE color: 9577877.
HSL color Cylindrical-coordinate representation of color #952592: hue angle of 301.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952592 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 146 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.42 |
| HSL | 301.61º | 0.6% | 0.36% | - |
| HSV(B) | 301.61º | 0.75% | 0.58% | - |
| XYZ | 18.24 | 9.79 | 28.12 | - |
| YUV | 82.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 146 | 0 | 0.75 | 0.02 | 0.42 | 301.61 | 0.6 | 0.36 |
| Hex | 95 | 25 | 92 | 0 | 4B | 2 | 2A | 12E | 3C | 24 |
| Octal | 225 | 45 | 222 | 0 | 113 | 2 | 52 | 456 | 74 | 44 |
| Binary | 10010101 | 100101 | 10010010 | 0 | 1001011 | 10 | 101010 | 100101110 | 111100 | 100100 |
Color Harmonies of #952592
Complementary color
Monochromatic Colors of #952592
Black with #952592
Text Example
Text Example
White with #952592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952592; }
p { color: rgb(149,37,146); }
H1.HeaderClassName
{
color: #952592;
}
.AnyTagClassName
{
color: #952592;
}
</style>
background-color css
<style>
a { background-color: #952592; }
a { background-color: rgb(149,37,146); }
div.DivClassName
{
background-color: #952592;
}
.BgClassName
{
background-color: #952592;
}
</style>
border-color css
<style>
span { border-color: #952592; }
span { border-color: rgb(149,37,146); }
td.TdClassName
{
border-color: #952592;
}
.TagClassName
{
border-color: #952592;
}
</style>