Shades of Dark Purple #95407D
Tints of Dark Purple #95407D
RGB
CMYK
RGB Variations
Color information
#95407D (or 0x95407D) is known color: Dark Purple. HEX triplet: 95, 40 and 7D. RGB value is (149,64,125). Sum of RGB (Red+Green+Blue) = 149+64+125=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95407D is #6ABF82. Grayscale: #606060. Windows color (decimal): -6995843 or 8208533. OLE color: 8208533.
HSL color Cylindrical-coordinate representation of color #95407D: hue angle of 316.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95407D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 125 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.42 |
| HSL | 316.94º | 0.4% | 0.42% | - |
| HSV(B) | 316.94º | 0.57% | 0.58% | - |
| XYZ | 17.93 | 11.54 | 20.68 | - |
| YUV | 96.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 125 | 0 | 0.57 | 0.16 | 0.42 | 316.94 | 0.4 | 0.42 |
| Hex | 95 | 40 | 7D | 0 | 39 | 10 | 2A | 13D | 28 | 2A |
| Octal | 225 | 100 | 175 | 0 | 71 | 20 | 52 | 475 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1111101 | 0 | 111001 | 10000 | 101010 | 100111101 | 101000 | 101010 |
Color Harmonies of #95407D
Complementary color
Monochromatic Colors of #95407D
Black with #95407D
Text Example
Text Example
White with #95407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95407D; }
p { color: rgb(149,64,125); }
H1.HeaderClassName
{
color: #95407D;
}
.AnyTagClassName
{
color: #95407D;
}
</style>
background-color css
<style>
a { background-color: #95407D; }
a { background-color: rgb(149,64,125); }
div.DivClassName
{
background-color: #95407D;
}
.BgClassName
{
background-color: #95407D;
}
</style>
border-color css
<style>
span { border-color: #95407D; }
span { border-color: rgb(149,64,125); }
td.TdClassName
{
border-color: #95407D;
}
.TagClassName
{
border-color: #95407D;
}
</style>