Shades of Dark Purple #95407A
Tints of Dark Purple #95407A
RGB
CMYK
RGB Variations
Color information
#95407A (or 0x95407A) is known color: Dark Purple. HEX triplet: 95, 40 and 7A. RGB value is (149,64,122). Sum of RGB (Red+Green+Blue) = 149+64+122=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95407A is #6ABF85. Grayscale: #5F5F5F. Windows color (decimal): -6995846 or 8011925. OLE color: 8011925.
HSL color Cylindrical-coordinate representation of color #95407A: hue angle of 319.06º 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 #95407A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 122 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.42 |
| HSL | 319.06º | 0.4% | 0.42% | - |
| HSV(B) | 319.06º | 0.57% | 0.58% | - |
| XYZ | 17.74 | 11.46 | 19.69 | - |
| YUV | 96.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 122 | 0 | 0.57 | 0.18 | 0.42 | 319.06 | 0.4 | 0.42 |
| Hex | 95 | 40 | 7A | 0 | 39 | 12 | 2A | 13F | 28 | 2A |
| Octal | 225 | 100 | 172 | 0 | 71 | 22 | 52 | 477 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1111010 | 0 | 111001 | 10010 | 101010 | 100111111 | 101000 | 101010 |
Color Harmonies of #95407A
Complementary color
Monochromatic Colors of #95407A
Black with #95407A
Text Example
Text Example
White with #95407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95407A; }
p { color: rgb(149,64,122); }
H1.HeaderClassName
{
color: #95407A;
}
.AnyTagClassName
{
color: #95407A;
}
</style>
background-color css
<style>
a { background-color: #95407A; }
a { background-color: rgb(149,64,122); }
div.DivClassName
{
background-color: #95407A;
}
.BgClassName
{
background-color: #95407A;
}
</style>
border-color css
<style>
span { border-color: #95407A; }
span { border-color: rgb(149,64,122); }
td.TdClassName
{
border-color: #95407A;
}
.TagClassName
{
border-color: #95407A;
}
</style>