Shades of Dark Purple #95256B
Tints of Dark Purple #95256B
RGB
CMYK
RGB Variations
Color information
#95256B (or 0x95256B) is known color: Dark Purple. HEX triplet: 95, 25 and 6B. RGB value is (149,37,107). Sum of RGB (Red+Green+Blue) = 149+37+107=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256B is #6ADA94. Grayscale: #4E4E4E. Windows color (decimal): -7002773 or 7021973. OLE color: 7021973.
HSL color Cylindrical-coordinate representation of color #95256B: hue angle of 322.5º 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 #95256B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 107 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.42 |
| HSL | 322.5º | 0.6% | 0.36% | - |
| HSV(B) | 322.5º | 0.75% | 0.58% | - |
| XYZ | 15.71 | 8.77 | 14.78 | - |
| YUV | 78.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 107 | 0 | 0.75 | 0.28 | 0.42 | 322.5 | 0.6 | 0.36 |
| Hex | 95 | 25 | 6B | 0 | 4B | 1C | 2A | 142 | 3C | 24 |
| Octal | 225 | 45 | 153 | 0 | 113 | 34 | 52 | 502 | 74 | 44 |
| Binary | 10010101 | 100101 | 1101011 | 0 | 1001011 | 11100 | 101010 | 101000010 | 111100 | 100100 |
Color Harmonies of #95256B
Complementary color
Monochromatic Colors of #95256B
Black with #95256B
Text Example
Text Example
White with #95256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95256B; }
p { color: rgb(149,37,107); }
H1.HeaderClassName
{
color: #95256B;
}
.AnyTagClassName
{
color: #95256B;
}
</style>
background-color css
<style>
a { background-color: #95256B; }
a { background-color: rgb(149,37,107); }
div.DivClassName
{
background-color: #95256B;
}
.BgClassName
{
background-color: #95256B;
}
</style>
border-color css
<style>
span { border-color: #95256B; }
span { border-color: rgb(149,37,107); }
td.TdClassName
{
border-color: #95256B;
}
.TagClassName
{
border-color: #95256B;
}
</style>