Shades of Dark Purple #95188B
Tints of Dark Purple #95188B
RGB
CMYK
RGB Variations
Color information
#95188B (or 0x95188B) is known color: Dark Purple. HEX triplet: 95, 18 and 8B. RGB value is (149,24,139). Sum of RGB (Red+Green+Blue) = 149+24+139=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95188B is #6AE774. Grayscale: #4A4A4A. Windows color (decimal): -7006069 or 9115797. OLE color: 9115797.
HSL color Cylindrical-coordinate representation of color #95188B: hue angle of 304.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95188B is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 139 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.42 |
| HSL | 304.8º | 0.72% | 0.34% | - |
| HSV(B) | 304.8º | 0.84% | 0.58% | - |
| XYZ | 17.38 | 8.91 | 25.23 | - |
| YUV | 74.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 139 | 0 | 0.84 | 0.07 | 0.42 | 304.8 | 0.72 | 0.34 |
| Hex | 95 | 18 | 8B | 0 | 54 | 7 | 2A | 131 | 48 | 22 |
| Octal | 225 | 30 | 213 | 0 | 124 | 7 | 52 | 461 | 110 | 42 |
| Binary | 10010101 | 11000 | 10001011 | 0 | 1010100 | 111 | 101010 | 100110001 | 1001000 | 100010 |
Color Harmonies of #95188B
Complementary color
Monochromatic Colors of #95188B
Black with #95188B
Text Example
Text Example
White with #95188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95188B; }
p { color: rgb(149,24,139); }
H1.HeaderClassName
{
color: #95188B;
}
.AnyTagClassName
{
color: #95188B;
}
</style>
background-color css
<style>
a { background-color: #95188B; }
a { background-color: rgb(149,24,139); }
div.DivClassName
{
background-color: #95188B;
}
.BgClassName
{
background-color: #95188B;
}
</style>
border-color css
<style>
span { border-color: #95188B; }
span { border-color: rgb(149,24,139); }
td.TdClassName
{
border-color: #95188B;
}
.TagClassName
{
border-color: #95188B;
}
</style>