Shades of Dark Purple #95277E
Tints of Dark Purple #95277E
RGB
CMYK
RGB Variations
Color information
#95277E (or 0x95277E) is known color: Dark Purple. HEX triplet: 95, 27 and 7E. RGB value is (149,39,126). Sum of RGB (Red+Green+Blue) = 149+39+126=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95277E is #6AD881. Grayscale: #515151. Windows color (decimal): -7002242 or 8267669. OLE color: 8267669.
HSL color Cylindrical-coordinate representation of color #95277E: hue angle of 312.55º 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 #95277E is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 126 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.42 |
| HSL | 312.55º | 0.59% | 0.37% | - |
| HSV(B) | 312.55º | 0.74% | 0.58% | - |
| XYZ | 16.89 | 9.35 | 20.65 | - |
| YUV | 81.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 126 | 0 | 0.74 | 0.15 | 0.42 | 312.55 | 0.59 | 0.37 |
| Hex | 95 | 27 | 7E | 0 | 4A | F | 2A | 139 | 3B | 25 |
| Octal | 225 | 47 | 176 | 0 | 112 | 17 | 52 | 471 | 73 | 45 |
| Binary | 10010101 | 100111 | 1111110 | 0 | 1001010 | 1111 | 101010 | 100111001 | 111011 | 100101 |
Color Harmonies of #95277E
Complementary color
Monochromatic Colors of #95277E
Black with #95277E
Text Example
Text Example
White with #95277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95277E; }
p { color: rgb(149,39,126); }
H1.HeaderClassName
{
color: #95277E;
}
.AnyTagClassName
{
color: #95277E;
}
</style>
background-color css
<style>
a { background-color: #95277E; }
a { background-color: rgb(149,39,126); }
div.DivClassName
{
background-color: #95277E;
}
.BgClassName
{
background-color: #95277E;
}
</style>
border-color css
<style>
span { border-color: #95277E; }
span { border-color: rgb(149,39,126); }
td.TdClassName
{
border-color: #95277E;
}
.TagClassName
{
border-color: #95277E;
}
</style>