Shades of Dark Purple #95256A
Tints of Dark Purple #95256A
RGB
CMYK
RGB Variations
Color information
#95256A (or 0x95256A) is known color: Dark Purple. HEX triplet: 95, 25 and 6A. RGB value is (149,37,106). Sum of RGB (Red+Green+Blue) = 149+37+106=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256A is #6ADA95. Grayscale: #4E4E4E. Windows color (decimal): -7002774 or 6956437. OLE color: 6956437.
HSL color Cylindrical-coordinate representation of color #95256A: hue angle of 323.04º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95256A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 106 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.42 |
| HSL | 323.04º | 0.6% | 0.36% | - |
| HSV(B) | 323.04º | 0.75% | 0.58% | - |
| XYZ | 15.66 | 8.75 | 14.5 | - |
| YUV | 78.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 106 | 0 | 0.75 | 0.29 | 0.42 | 323.04 | 0.6 | 0.36 |
| Hex | 95 | 25 | 6A | 0 | 4B | 1D | 2A | 143 | 3C | 24 |
| Octal | 225 | 45 | 152 | 0 | 113 | 35 | 52 | 503 | 74 | 44 |
| Binary | 10010101 | 100101 | 1101010 | 0 | 1001011 | 11101 | 101010 | 101000011 | 111100 | 100100 |
Color Harmonies of #95256A
Complementary color
Monochromatic Colors of #95256A
Black with #95256A
Text Example
Text Example
White with #95256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95256A; }
p { color: rgb(149,37,106); }
H1.HeaderClassName
{
color: #95256A;
}
.AnyTagClassName
{
color: #95256A;
}
</style>
background-color css
<style>
a { background-color: #95256A; }
a { background-color: rgb(149,37,106); }
div.DivClassName
{
background-color: #95256A;
}
.BgClassName
{
background-color: #95256A;
}
</style>
border-color css
<style>
span { border-color: #95256A; }
span { border-color: rgb(149,37,106); }
td.TdClassName
{
border-color: #95256A;
}
.TagClassName
{
border-color: #95256A;
}
</style>