Shades of Dark Purple #95187B
Tints of Dark Purple #95187B
RGB
CMYK
RGB Variations
Color information
#95187B (or 0x95187B) is known color: Dark Purple. HEX triplet: 95, 18 and 7B. RGB value is (149,24,123). Sum of RGB (Red+Green+Blue) = 149+24+123=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95187B is #6AE784. Grayscale: #484848. Windows color (decimal): -7006085 or 8067221. OLE color: 8067221.
HSL color Cylindrical-coordinate representation of color #95187B: hue angle of 312.48º 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 #95187B is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 123 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.42 |
| HSL | 312.48º | 0.72% | 0.34% | - |
| HSV(B) | 312.48º | 0.84% | 0.58% | - |
| XYZ | 16.3 | 8.47 | 19.52 | - |
| YUV | 72.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 123 | 0 | 0.84 | 0.17 | 0.42 | 312.48 | 0.72 | 0.34 |
| Hex | 95 | 18 | 7B | 0 | 54 | 11 | 2A | 138 | 48 | 22 |
| Octal | 225 | 30 | 173 | 0 | 124 | 21 | 52 | 470 | 110 | 42 |
| Binary | 10010101 | 11000 | 1111011 | 0 | 1010100 | 10001 | 101010 | 100111000 | 1001000 | 100010 |
Color Harmonies of #95187B
Complementary color
Monochromatic Colors of #95187B
Black with #95187B
Text Example
Text Example
White with #95187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95187B; }
p { color: rgb(149,24,123); }
H1.HeaderClassName
{
color: #95187B;
}
.AnyTagClassName
{
color: #95187B;
}
</style>
background-color css
<style>
a { background-color: #95187B; }
a { background-color: rgb(149,24,123); }
div.DivClassName
{
background-color: #95187B;
}
.BgClassName
{
background-color: #95187B;
}
</style>
border-color css
<style>
span { border-color: #95187B; }
span { border-color: rgb(149,24,123); }
td.TdClassName
{
border-color: #95187B;
}
.TagClassName
{
border-color: #95187B;
}
</style>