Shades of Dark Purple #95276C
Tints of Dark Purple #95276C
RGB
CMYK
RGB Variations
Color information
#95276C (or 0x95276C) is known color: Dark Purple. HEX triplet: 95, 27 and 6C. RGB value is (149,39,108). Sum of RGB (Red+Green+Blue) = 149+39+108=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95276C is #6AD893. Grayscale: #4F4F4F. Windows color (decimal): -7002260 or 7088021. OLE color: 7088021.
HSL color Cylindrical-coordinate representation of color #95276C: hue angle of 322.36º 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 #95276C is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 108 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.42 |
| HSL | 322.36º | 0.59% | 0.37% | - |
| HSV(B) | 322.36º | 0.74% | 0.58% | - |
| XYZ | 15.83 | 8.92 | 15.08 | - |
| YUV | 79.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 108 | 0 | 0.74 | 0.28 | 0.42 | 322.36 | 0.59 | 0.37 |
| Hex | 95 | 27 | 6C | 0 | 4A | 1C | 2A | 142 | 3B | 25 |
| Octal | 225 | 47 | 154 | 0 | 112 | 34 | 52 | 502 | 73 | 45 |
| Binary | 10010101 | 100111 | 1101100 | 0 | 1001010 | 11100 | 101010 | 101000010 | 111011 | 100101 |
Color Harmonies of #95276C
Complementary color
Monochromatic Colors of #95276C
Black with #95276C
Text Example
Text Example
White with #95276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95276C; }
p { color: rgb(149,39,108); }
H1.HeaderClassName
{
color: #95276C;
}
.AnyTagClassName
{
color: #95276C;
}
</style>
background-color css
<style>
a { background-color: #95276C; }
a { background-color: rgb(149,39,108); }
div.DivClassName
{
background-color: #95276C;
}
.BgClassName
{
background-color: #95276C;
}
</style>
border-color css
<style>
span { border-color: #95276C; }
span { border-color: rgb(149,39,108); }
td.TdClassName
{
border-color: #95276C;
}
.TagClassName
{
border-color: #95276C;
}
</style>