Shades of Dark Purple #95177B
Tints of Dark Purple #95177B
RGB
CMYK
RGB Variations
Color information
#95177B (or 0x95177B) is known color: Dark Purple. HEX triplet: 95, 17 and 7B. RGB value is (149,23,123). Sum of RGB (Red+Green+Blue) = 149+23+123=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95177B is #6AE884. Grayscale: #474747. Windows color (decimal): -7006341 or 8066965. OLE color: 8066965.
HSL color Cylindrical-coordinate representation of color #95177B: hue angle of 312.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95177B is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 123 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.42 |
| HSL | 312.38º | 0.73% | 0.34% | - |
| HSV(B) | 312.38º | 0.85% | 0.58% | - |
| XYZ | 16.28 | 8.43 | 19.51 | - |
| YUV | 72.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 123 | 0 | 0.85 | 0.17 | 0.42 | 312.38 | 0.73 | 0.34 |
| Hex | 95 | 17 | 7B | 0 | 55 | 11 | 2A | 138 | 49 | 22 |
| Octal | 225 | 27 | 173 | 0 | 125 | 21 | 52 | 470 | 111 | 42 |
| Binary | 10010101 | 10111 | 1111011 | 0 | 1010101 | 10001 | 101010 | 100111000 | 1001001 | 100010 |
Color Harmonies of #95177B
Complementary color
Monochromatic Colors of #95177B
Black with #95177B
Text Example
Text Example
White with #95177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95177B; }
p { color: rgb(149,23,123); }
H1.HeaderClassName
{
color: #95177B;
}
.AnyTagClassName
{
color: #95177B;
}
</style>
background-color css
<style>
a { background-color: #95177B; }
a { background-color: rgb(149,23,123); }
div.DivClassName
{
background-color: #95177B;
}
.BgClassName
{
background-color: #95177B;
}
</style>
border-color css
<style>
span { border-color: #95177B; }
span { border-color: rgb(149,23,123); }
td.TdClassName
{
border-color: #95177B;
}
.TagClassName
{
border-color: #95177B;
}
</style>