Shades of Dark Purple #95348B
Tints of Dark Purple #95348B
RGB
CMYK
RGB Variations
Color information
#95348B (or 0x95348B) is known color: Dark Purple. HEX triplet: 95, 34 and 8B. RGB value is (149,52,139). Sum of RGB (Red+Green+Blue) = 149+52+139=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95348B is #6ACB74. Grayscale: #5A5A5A. Windows color (decimal): -6998901 or 9122965. OLE color: 9122965.
HSL color Cylindrical-coordinate representation of color #95348B: hue angle of 306.19º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95348B is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 139 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.42 |
| HSL | 306.19º | 0.48% | 0.39% | - |
| HSV(B) | 306.19º | 0.65% | 0.58% | - |
| XYZ | 18.28 | 10.71 | 25.53 | - |
| YUV | 90.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 139 | 0 | 0.65 | 0.07 | 0.42 | 306.19 | 0.48 | 0.39 |
| Hex | 95 | 34 | 8B | 0 | 41 | 7 | 2A | 132 | 30 | 27 |
| Octal | 225 | 64 | 213 | 0 | 101 | 7 | 52 | 462 | 60 | 47 |
| Binary | 10010101 | 110100 | 10001011 | 0 | 1000001 | 111 | 101010 | 100110010 | 110000 | 100111 |
Color Harmonies of #95348B
Complementary color
Monochromatic Colors of #95348B
Black with #95348B
Text Example
Text Example
White with #95348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95348B; }
p { color: rgb(149,52,139); }
H1.HeaderClassName
{
color: #95348B;
}
.AnyTagClassName
{
color: #95348B;
}
</style>
background-color css
<style>
a { background-color: #95348B; }
a { background-color: rgb(149,52,139); }
div.DivClassName
{
background-color: #95348B;
}
.BgClassName
{
background-color: #95348B;
}
</style>
border-color css
<style>
span { border-color: #95348B; }
span { border-color: rgb(149,52,139); }
td.TdClassName
{
border-color: #95348B;
}
.TagClassName
{
border-color: #95348B;
}
</style>