Shades of Dark Purple #952292
Tints of Dark Purple #952292
RGB
CMYK
RGB Variations
Color information
#952292 (or 0x952292) is known color: Dark Purple. HEX triplet: 95, 22 and 92. RGB value is (149,34,146). Sum of RGB (Red+Green+Blue) = 149+34+146=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #952292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952292 is #6ADD6D. Grayscale: #505050. Windows color (decimal): -7003502 or 9577109. OLE color: 9577109.
HSL color Cylindrical-coordinate representation of color #952292: hue angle of 301.57º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952292 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 146 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.42 |
| HSL | 301.57º | 0.63% | 0.36% | - |
| HSV(B) | 301.57º | 0.77% | 0.58% | - |
| XYZ | 18.15 | 9.61 | 28.09 | - |
| YUV | 81.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 146 | 0 | 0.77 | 0.02 | 0.42 | 301.57 | 0.63 | 0.36 |
| Hex | 95 | 22 | 92 | 0 | 4D | 2 | 2A | 12E | 3F | 24 |
| Octal | 225 | 42 | 222 | 0 | 115 | 2 | 52 | 456 | 77 | 44 |
| Binary | 10010101 | 100010 | 10010010 | 0 | 1001101 | 10 | 101010 | 100101110 | 111111 | 100100 |
Color Harmonies of #952292
Complementary color
Monochromatic Colors of #952292
Black with #952292
Text Example
Text Example
White with #952292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952292; }
p { color: rgb(149,34,146); }
H1.HeaderClassName
{
color: #952292;
}
.AnyTagClassName
{
color: #952292;
}
</style>
background-color css
<style>
a { background-color: #952292; }
a { background-color: rgb(149,34,146); }
div.DivClassName
{
background-color: #952292;
}
.BgClassName
{
background-color: #952292;
}
</style>
border-color css
<style>
span { border-color: #952292; }
span { border-color: rgb(149,34,146); }
td.TdClassName
{
border-color: #952292;
}
.TagClassName
{
border-color: #952292;
}
</style>