Shades of Dark Purple #95367A
Tints of Dark Purple #95367A
RGB
CMYK
RGB Variations
Color information
#95367A (or 0x95367A) is known color: Dark Purple. HEX triplet: 95, 36 and 7A. RGB value is (149,54,122). Sum of RGB (Red+Green+Blue) = 149+54+122=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95367A is #6AC985. Grayscale: #595959. Windows color (decimal): -6998406 or 8009365. OLE color: 8009365.
HSL color Cylindrical-coordinate representation of color #95367A: hue angle of 317.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95367A is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 122 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.42 |
| HSL | 317.05º | 0.47% | 0.4% | - |
| HSV(B) | 317.05º | 0.64% | 0.58% | - |
| XYZ | 17.23 | 10.43 | 19.52 | - |
| YUV | 90.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 122 | 0 | 0.64 | 0.18 | 0.42 | 317.05 | 0.47 | 0.4 |
| Hex | 95 | 36 | 7A | 0 | 40 | 12 | 2A | 13D | 2F | 28 |
| Octal | 225 | 66 | 172 | 0 | 100 | 22 | 52 | 475 | 57 | 50 |
| Binary | 10010101 | 110110 | 1111010 | 0 | 1000000 | 10010 | 101010 | 100111101 | 101111 | 101000 |
Color Harmonies of #95367A
Complementary color
Monochromatic Colors of #95367A
Black with #95367A
Text Example
Text Example
White with #95367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95367A; }
p { color: rgb(149,54,122); }
H1.HeaderClassName
{
color: #95367A;
}
.AnyTagClassName
{
color: #95367A;
}
</style>
background-color css
<style>
a { background-color: #95367A; }
a { background-color: rgb(149,54,122); }
div.DivClassName
{
background-color: #95367A;
}
.BgClassName
{
background-color: #95367A;
}
</style>
border-color css
<style>
span { border-color: #95367A; }
span { border-color: rgb(149,54,122); }
td.TdClassName
{
border-color: #95367A;
}
.TagClassName
{
border-color: #95367A;
}
</style>