Shades of Dark Purple #95397D
Tints of Dark Purple #95397D
RGB
CMYK
RGB Variations
Color information
#95397D (or 0x95397D) is known color: Dark Purple. HEX triplet: 95, 39 and 7D. RGB value is (149,57,125). Sum of RGB (Red+Green+Blue) = 149+57+125=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95397D is #6AC682. Grayscale: #5C5C5C. Windows color (decimal): -6997635 or 8206741. OLE color: 8206741.
HSL color Cylindrical-coordinate representation of color #95397D: hue angle of 315.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95397D is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 125 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.42 |
| HSL | 315.65º | 0.45% | 0.4% | - |
| HSV(B) | 315.65º | 0.62% | 0.58% | - |
| XYZ | 17.56 | 10.8 | 20.56 | - |
| YUV | 92.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 125 | 0 | 0.62 | 0.16 | 0.42 | 315.65 | 0.45 | 0.4 |
| Hex | 95 | 39 | 7D | 0 | 3E | 10 | 2A | 13C | 2D | 28 |
| Octal | 225 | 71 | 175 | 0 | 76 | 20 | 52 | 474 | 55 | 50 |
| Binary | 10010101 | 111001 | 1111101 | 0 | 111110 | 10000 | 101010 | 100111100 | 101101 | 101000 |
Color Harmonies of #95397D
Complementary color
Monochromatic Colors of #95397D
Black with #95397D
Text Example
Text Example
White with #95397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95397D; }
p { color: rgb(149,57,125); }
H1.HeaderClassName
{
color: #95397D;
}
.AnyTagClassName
{
color: #95397D;
}
</style>
background-color css
<style>
a { background-color: #95397D; }
a { background-color: rgb(149,57,125); }
div.DivClassName
{
background-color: #95397D;
}
.BgClassName
{
background-color: #95397D;
}
</style>
border-color css
<style>
span { border-color: #95397D; }
span { border-color: rgb(149,57,125); }
td.TdClassName
{
border-color: #95397D;
}
.TagClassName
{
border-color: #95397D;
}
</style>