Shades of Dark Purple #95276F
Tints of Dark Purple #95276F
RGB
CMYK
RGB Variations
Color information
#95276F (or 0x95276F) is known color: Dark Purple. HEX triplet: 95, 27 and 6F. RGB value is (149,39,111). Sum of RGB (Red+Green+Blue) = 149+39+111=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95276F is #6AD890. Grayscale: #4F4F4F. Windows color (decimal): -7002257 or 7284629. OLE color: 7284629.
HSL color Cylindrical-coordinate representation of color #95276F: hue angle of 320.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95276F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 111 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.42 |
| HSL | 320.73º | 0.59% | 0.37% | - |
| HSV(B) | 320.73º | 0.74% | 0.58% | - |
| XYZ | 15.99 | 8.99 | 15.93 | - |
| YUV | 80.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 111 | 0 | 0.74 | 0.26 | 0.42 | 320.73 | 0.59 | 0.37 |
| Hex | 95 | 27 | 6F | 0 | 4A | 1A | 2A | 141 | 3B | 25 |
| Octal | 225 | 47 | 157 | 0 | 112 | 32 | 52 | 501 | 73 | 45 |
| Binary | 10010101 | 100111 | 1101111 | 0 | 1001010 | 11010 | 101010 | 101000001 | 111011 | 100101 |
Color Harmonies of #95276F
Complementary color
Monochromatic Colors of #95276F
Black with #95276F
Text Example
Text Example
White with #95276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95276F; }
p { color: rgb(149,39,111); }
H1.HeaderClassName
{
color: #95276F;
}
.AnyTagClassName
{
color: #95276F;
}
</style>
background-color css
<style>
a { background-color: #95276F; }
a { background-color: rgb(149,39,111); }
div.DivClassName
{
background-color: #95276F;
}
.BgClassName
{
background-color: #95276F;
}
</style>
border-color css
<style>
span { border-color: #95276F; }
span { border-color: rgb(149,39,111); }
td.TdClassName
{
border-color: #95276F;
}
.TagClassName
{
border-color: #95276F;
}
</style>