Shades of Dark Purple #95218F
Tints of Dark Purple #95218F
RGB
CMYK
RGB Variations
Color information
#95218F (or 0x95218F) is known color: Dark Purple. HEX triplet: 95, 21 and 8F. RGB value is (149,33,143). Sum of RGB (Red+Green+Blue) = 149+33+143=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95218F is #6ADE70. Grayscale: #4F4F4F. Windows color (decimal): -7003761 or 9380245. OLE color: 9380245.
HSL color Cylindrical-coordinate representation of color #95218F: hue angle of 303.1º 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 #95218F is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 143 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.42 |
| HSL | 303.1º | 0.64% | 0.36% | - |
| HSV(B) | 303.1º | 0.78% | 0.58% | - |
| XYZ | 17.9 | 9.46 | 26.87 | - |
| YUV | 80.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 143 | 0 | 0.78 | 0.04 | 0.42 | 303.1 | 0.64 | 0.36 |
| Hex | 95 | 21 | 8F | 0 | 4E | 4 | 2A | 12F | 40 | 24 |
| Octal | 225 | 41 | 217 | 0 | 116 | 4 | 52 | 457 | 100 | 44 |
| Binary | 10010101 | 100001 | 10001111 | 0 | 1001110 | 100 | 101010 | 100101111 | 1000000 | 100100 |
Color Harmonies of #95218F
Complementary color
Monochromatic Colors of #95218F
Black with #95218F
Text Example
Text Example
White with #95218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95218F; }
p { color: rgb(149,33,143); }
H1.HeaderClassName
{
color: #95218F;
}
.AnyTagClassName
{
color: #95218F;
}
</style>
background-color css
<style>
a { background-color: #95218F; }
a { background-color: rgb(149,33,143); }
div.DivClassName
{
background-color: #95218F;
}
.BgClassName
{
background-color: #95218F;
}
</style>
border-color css
<style>
span { border-color: #95218F; }
span { border-color: rgb(149,33,143); }
td.TdClassName
{
border-color: #95218F;
}
.TagClassName
{
border-color: #95218F;
}
</style>