Shades of Dark Purple #95417C
Tints of Dark Purple #95417C
RGB
CMYK
RGB Variations
Color information
#95417C (or 0x95417C) is known color: Dark Purple. HEX triplet: 95, 41 and 7C. RGB value is (149,65,124). Sum of RGB (Red+Green+Blue) = 149+65+124=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95417C is #6ABE83. Grayscale: #606060. Windows color (decimal): -6995588 or 8143253. OLE color: 8143253.
HSL color Cylindrical-coordinate representation of color #95417C: hue angle of 317.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95417C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 124 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.42 |
| HSL | 317.86º | 0.39% | 0.42% | - |
| HSV(B) | 317.86º | 0.56% | 0.58% | - |
| XYZ | 17.92 | 11.63 | 20.37 | - |
| YUV | 96.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 124 | 0 | 0.56 | 0.17 | 0.42 | 317.86 | 0.39 | 0.42 |
| Hex | 95 | 41 | 7C | 0 | 38 | 11 | 2A | 13E | 27 | 2A |
| Octal | 225 | 101 | 174 | 0 | 70 | 21 | 52 | 476 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1111100 | 0 | 111000 | 10001 | 101010 | 100111110 | 100111 | 101010 |
Color Harmonies of #95417C
Complementary color
Monochromatic Colors of #95417C
Black with #95417C
Text Example
Text Example
White with #95417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95417C; }
p { color: rgb(149,65,124); }
H1.HeaderClassName
{
color: #95417C;
}
.AnyTagClassName
{
color: #95417C;
}
</style>
background-color css
<style>
a { background-color: #95417C; }
a { background-color: rgb(149,65,124); }
div.DivClassName
{
background-color: #95417C;
}
.BgClassName
{
background-color: #95417C;
}
</style>
border-color css
<style>
span { border-color: #95417C; }
span { border-color: rgb(149,65,124); }
td.TdClassName
{
border-color: #95417C;
}
.TagClassName
{
border-color: #95417C;
}
</style>