Shades of Dark Purple #95268D
Tints of Dark Purple #95268D
RGB
CMYK
RGB Variations
Color information
#95268D (or 0x95268D) is known color: Dark Purple. HEX triplet: 95, 26 and 8D. RGB value is (149,38,141). Sum of RGB (Red+Green+Blue) = 149+38+141=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95268D is #6AD972. Grayscale: #525252. Windows color (decimal): -7002483 or 9250453. OLE color: 9250453.
HSL color Cylindrical-coordinate representation of color #95268D: hue angle of 304.32º 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 #95268D is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 141 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.42 |
| HSL | 304.32º | 0.59% | 0.37% | - |
| HSV(B) | 304.32º | 0.74% | 0.58% | - |
| XYZ | 17.9 | 9.7 | 26.13 | - |
| YUV | 82.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 141 | 0 | 0.74 | 0.05 | 0.42 | 304.32 | 0.59 | 0.37 |
| Hex | 95 | 26 | 8D | 0 | 4A | 5 | 2A | 130 | 3B | 25 |
| Octal | 225 | 46 | 215 | 0 | 112 | 5 | 52 | 460 | 73 | 45 |
| Binary | 10010101 | 100110 | 10001101 | 0 | 1001010 | 101 | 101010 | 100110000 | 111011 | 100101 |
Color Harmonies of #95268D
Complementary color
Monochromatic Colors of #95268D
Black with #95268D
Text Example
Text Example
White with #95268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95268D; }
p { color: rgb(149,38,141); }
H1.HeaderClassName
{
color: #95268D;
}
.AnyTagClassName
{
color: #95268D;
}
</style>
background-color css
<style>
a { background-color: #95268D; }
a { background-color: rgb(149,38,141); }
div.DivClassName
{
background-color: #95268D;
}
.BgClassName
{
background-color: #95268D;
}
</style>
border-color css
<style>
span { border-color: #95268D; }
span { border-color: rgb(149,38,141); }
td.TdClassName
{
border-color: #95268D;
}
.TagClassName
{
border-color: #95268D;
}
</style>