Shades of Dark Purple #95417B
Tints of Dark Purple #95417B
RGB
CMYK
RGB Variations
Color information
#95417B (or 0x95417B) is known color: Dark Purple. HEX triplet: 95, 41 and 7B. RGB value is (149,65,123). Sum of RGB (Red+Green+Blue) = 149+65+123=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95417B is #6ABE84. Grayscale: #606060. Windows color (decimal): -6995589 or 8077717. OLE color: 8077717.
HSL color Cylindrical-coordinate representation of color #95417B: hue angle of 318.57º 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 #95417B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 123 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.42 |
| HSL | 318.57º | 0.39% | 0.42% | - |
| HSV(B) | 318.57º | 0.56% | 0.58% | - |
| XYZ | 17.86 | 11.6 | 20.04 | - |
| YUV | 96.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 123 | 0 | 0.56 | 0.17 | 0.42 | 318.57 | 0.39 | 0.42 |
| Hex | 95 | 41 | 7B | 0 | 38 | 11 | 2A | 13F | 27 | 2A |
| Octal | 225 | 101 | 173 | 0 | 70 | 21 | 52 | 477 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1111011 | 0 | 111000 | 10001 | 101010 | 100111111 | 100111 | 101010 |
Color Harmonies of #95417B
Complementary color
Monochromatic Colors of #95417B
Black with #95417B
Text Example
Text Example
White with #95417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95417B; }
p { color: rgb(149,65,123); }
H1.HeaderClassName
{
color: #95417B;
}
.AnyTagClassName
{
color: #95417B;
}
</style>
background-color css
<style>
a { background-color: #95417B; }
a { background-color: rgb(149,65,123); }
div.DivClassName
{
background-color: #95417B;
}
.BgClassName
{
background-color: #95417B;
}
</style>
border-color css
<style>
span { border-color: #95417B; }
span { border-color: rgb(149,65,123); }
td.TdClassName
{
border-color: #95417B;
}
.TagClassName
{
border-color: #95417B;
}
</style>