Shades of Dark Purple #95218D
Tints of Dark Purple #95218D
RGB
CMYK
RGB Variations
Color information
#95218D (or 0x95218D) is known color: Dark Purple. HEX triplet: 95, 21 and 8D. RGB value is (149,33,141). Sum of RGB (Red+Green+Blue) = 149+33+141=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95218D is #6ADE72. Grayscale: #4F4F4F. Windows color (decimal): -7003763 or 9249173. OLE color: 9249173.
HSL color Cylindrical-coordinate representation of color #95218D: hue angle of 304.14º 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 #95218D is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 141 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.42 |
| HSL | 304.14º | 0.64% | 0.36% | - |
| HSV(B) | 304.14º | 0.78% | 0.58% | - |
| XYZ | 17.75 | 9.4 | 26.08 | - |
| YUV | 80 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 141 | 0 | 0.78 | 0.05 | 0.42 | 304.14 | 0.64 | 0.36 |
| Hex | 95 | 21 | 8D | 0 | 4E | 5 | 2A | 130 | 40 | 24 |
| Octal | 225 | 41 | 215 | 0 | 116 | 5 | 52 | 460 | 100 | 44 |
| Binary | 10010101 | 100001 | 10001101 | 0 | 1001110 | 101 | 101010 | 100110000 | 1000000 | 100100 |
Color Harmonies of #95218D
Complementary color
Monochromatic Colors of #95218D
Black with #95218D
Text Example
Text Example
White with #95218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95218D; }
p { color: rgb(149,33,141); }
H1.HeaderClassName
{
color: #95218D;
}
.AnyTagClassName
{
color: #95218D;
}
</style>
background-color css
<style>
a { background-color: #95218D; }
a { background-color: rgb(149,33,141); }
div.DivClassName
{
background-color: #95218D;
}
.BgClassName
{
background-color: #95218D;
}
</style>
border-color css
<style>
span { border-color: #95218D; }
span { border-color: rgb(149,33,141); }
td.TdClassName
{
border-color: #95218D;
}
.TagClassName
{
border-color: #95218D;
}
</style>