Shades of Dark Purple #95277C
Tints of Dark Purple #95277C
RGB
CMYK
RGB Variations
Color information
#95277C (or 0x95277C) is known color: Dark Purple. HEX triplet: 95, 27 and 7C. RGB value is (149,39,124). Sum of RGB (Red+Green+Blue) = 149+39+124=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95277C is #6AD883. Grayscale: #515151. Windows color (decimal): -7002244 or 8136597. OLE color: 8136597.
HSL color Cylindrical-coordinate representation of color #95277C: hue angle of 313.64º 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 #95277C is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 124 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.42 |
| HSL | 313.64º | 0.59% | 0.37% | - |
| HSV(B) | 313.64º | 0.74% | 0.58% | - |
| XYZ | 16.76 | 9.3 | 19.98 | - |
| YUV | 81.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 124 | 0 | 0.74 | 0.17 | 0.42 | 313.64 | 0.59 | 0.37 |
| Hex | 95 | 27 | 7C | 0 | 4A | 11 | 2A | 13A | 3B | 25 |
| Octal | 225 | 47 | 174 | 0 | 112 | 21 | 52 | 472 | 73 | 45 |
| Binary | 10010101 | 100111 | 1111100 | 0 | 1001010 | 10001 | 101010 | 100111010 | 111011 | 100101 |
Color Harmonies of #95277C
Complementary color
Monochromatic Colors of #95277C
Black with #95277C
Text Example
Text Example
White with #95277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95277C; }
p { color: rgb(149,39,124); }
H1.HeaderClassName
{
color: #95277C;
}
.AnyTagClassName
{
color: #95277C;
}
</style>
background-color css
<style>
a { background-color: #95277C; }
a { background-color: rgb(149,39,124); }
div.DivClassName
{
background-color: #95277C;
}
.BgClassName
{
background-color: #95277C;
}
</style>
border-color css
<style>
span { border-color: #95277C; }
span { border-color: rgb(149,39,124); }
td.TdClassName
{
border-color: #95277C;
}
.TagClassName
{
border-color: #95277C;
}
</style>