Shades of Dark Purple #95407F
Tints of Dark Purple #95407F
RGB
CMYK
RGB Variations
Color information
#95407F (or 0x95407F) is known color: Dark Purple. HEX triplet: 95, 40 and 7F. RGB value is (149,64,127). Sum of RGB (Red+Green+Blue) = 149+64+127=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95407F is #6ABF80. Grayscale: #606060. Windows color (decimal): -6995841 or 8339605. OLE color: 8339605.
HSL color Cylindrical-coordinate representation of color #95407F: hue angle of 315.53º 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 #95407F is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 127 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.42 |
| HSL | 315.53º | 0.4% | 0.42% | - |
| HSV(B) | 315.53º | 0.57% | 0.58% | - |
| XYZ | 18.06 | 11.59 | 21.36 | - |
| YUV | 96.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 127 | 0 | 0.57 | 0.15 | 0.42 | 315.53 | 0.4 | 0.42 |
| Hex | 95 | 40 | 7F | 0 | 39 | F | 2A | 13C | 28 | 2A |
| Octal | 225 | 100 | 177 | 0 | 71 | 17 | 52 | 474 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1111111 | 0 | 111001 | 1111 | 101010 | 100111100 | 101000 | 101010 |
Color Harmonies of #95407F
Complementary color
Monochromatic Colors of #95407F
Black with #95407F
Text Example
Text Example
White with #95407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95407F; }
p { color: rgb(149,64,127); }
H1.HeaderClassName
{
color: #95407F;
}
.AnyTagClassName
{
color: #95407F;
}
</style>
background-color css
<style>
a { background-color: #95407F; }
a { background-color: rgb(149,64,127); }
div.DivClassName
{
background-color: #95407F;
}
.BgClassName
{
background-color: #95407F;
}
</style>
border-color css
<style>
span { border-color: #95407F; }
span { border-color: rgb(149,64,127); }
td.TdClassName
{
border-color: #95407F;
}
.TagClassName
{
border-color: #95407F;
}
</style>