Shades of Dark Purple #95228C
Tints of Dark Purple #95228C
RGB
CMYK
RGB Variations
Color information
#95228C (or 0x95228C) is known color: Dark Purple. HEX triplet: 95, 22 and 8C. RGB value is (149,34,140). Sum of RGB (Red+Green+Blue) = 149+34+140=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228C is #6ADD73. Grayscale: #505050. Windows color (decimal): -7003508 or 9183893. OLE color: 9183893.
HSL color Cylindrical-coordinate representation of color #95228C: hue angle of 304.7º 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 #95228C is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 140 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.42 |
| HSL | 304.7º | 0.63% | 0.36% | - |
| HSV(B) | 304.7º | 0.77% | 0.58% | - |
| XYZ | 17.7 | 9.43 | 25.7 | - |
| YUV | 80.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 140 | 0 | 0.77 | 0.06 | 0.42 | 304.7 | 0.63 | 0.36 |
| Hex | 95 | 22 | 8C | 0 | 4D | 6 | 2A | 131 | 3F | 24 |
| Octal | 225 | 42 | 214 | 0 | 115 | 6 | 52 | 461 | 77 | 44 |
| Binary | 10010101 | 100010 | 10001100 | 0 | 1001101 | 110 | 101010 | 100110001 | 111111 | 100100 |
Color Harmonies of #95228C
Complementary color
Monochromatic Colors of #95228C
Black with #95228C
Text Example
Text Example
White with #95228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95228C; }
p { color: rgb(149,34,140); }
H1.HeaderClassName
{
color: #95228C;
}
.AnyTagClassName
{
color: #95228C;
}
</style>
background-color css
<style>
a { background-color: #95228C; }
a { background-color: rgb(149,34,140); }
div.DivClassName
{
background-color: #95228C;
}
.BgClassName
{
background-color: #95228C;
}
</style>
border-color css
<style>
span { border-color: #95228C; }
span { border-color: rgb(149,34,140); }
td.TdClassName
{
border-color: #95228C;
}
.TagClassName
{
border-color: #95228C;
}
</style>