Shades of Dark Purple #95166F
Tints of Dark Purple #95166F
RGB
CMYK
RGB Variations
Color information
#95166F (or 0x95166F) is known color: Dark Purple. HEX triplet: 95, 16 and 6F. RGB value is (149,22,111). Sum of RGB (Red+Green+Blue) = 149+22+111=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95166F is #6AE990. Grayscale: #454545. Windows color (decimal): -7006609 or 7280277. OLE color: 7280277.
HSL color Cylindrical-coordinate representation of color #95166F: hue angle of 317.95º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95166F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 111 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.42 |
| HSL | 317.95º | 0.74% | 0.34% | - |
| HSV(B) | 317.95º | 0.85% | 0.58% | - |
| XYZ | 15.55 | 8.11 | 15.78 | - |
| YUV | 70.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 111 | 0 | 0.85 | 0.26 | 0.42 | 317.95 | 0.74 | 0.34 |
| Hex | 95 | 16 | 6F | 0 | 55 | 1A | 2A | 13E | 4A | 22 |
| Octal | 225 | 26 | 157 | 0 | 125 | 32 | 52 | 476 | 112 | 42 |
| Binary | 10010101 | 10110 | 1101111 | 0 | 1010101 | 11010 | 101010 | 100111110 | 1001010 | 100010 |
Color Harmonies of #95166F
Complementary color
Monochromatic Colors of #95166F
Black with #95166F
Text Example
Text Example
White with #95166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95166F; }
p { color: rgb(149,22,111); }
H1.HeaderClassName
{
color: #95166F;
}
.AnyTagClassName
{
color: #95166F;
}
</style>
background-color css
<style>
a { background-color: #95166F; }
a { background-color: rgb(149,22,111); }
div.DivClassName
{
background-color: #95166F;
}
.BgClassName
{
background-color: #95166F;
}
</style>
border-color css
<style>
span { border-color: #95166F; }
span { border-color: rgb(149,22,111); }
td.TdClassName
{
border-color: #95166F;
}
.TagClassName
{
border-color: #95166F;
}
</style>