Shades of Dark Purple #95288B
Tints of Dark Purple #95288B
RGB
CMYK
RGB Variations
Color information
#95288B (or 0x95288B) is known color: Dark Purple. HEX triplet: 95, 28 and 8B. RGB value is (149,40,139). Sum of RGB (Red+Green+Blue) = 149+40+139=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288B is #6AD774. Grayscale: #535353. Windows color (decimal): -7001973 or 9119893. OLE color: 9119893.
HSL color Cylindrical-coordinate representation of color #95288B: hue angle of 305.5º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95288B is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 139 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.42 |
| HSL | 305.5º | 0.58% | 0.37% | - |
| HSV(B) | 305.5º | 0.73% | 0.58% | - |
| XYZ | 17.81 | 9.77 | 25.37 | - |
| YUV | 83.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 139 | 0 | 0.73 | 0.07 | 0.42 | 305.5 | 0.58 | 0.37 |
| Hex | 95 | 28 | 8B | 0 | 49 | 7 | 2A | 132 | 3A | 25 |
| Octal | 225 | 50 | 213 | 0 | 111 | 7 | 52 | 462 | 72 | 45 |
| Binary | 10010101 | 101000 | 10001011 | 0 | 1001001 | 111 | 101010 | 100110010 | 111010 | 100101 |
Color Harmonies of #95288B
Complementary color
Monochromatic Colors of #95288B
Black with #95288B
Text Example
Text Example
White with #95288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95288B; }
p { color: rgb(149,40,139); }
H1.HeaderClassName
{
color: #95288B;
}
.AnyTagClassName
{
color: #95288B;
}
</style>
background-color css
<style>
a { background-color: #95288B; }
a { background-color: rgb(149,40,139); }
div.DivClassName
{
background-color: #95288B;
}
.BgClassName
{
background-color: #95288B;
}
</style>
border-color css
<style>
span { border-color: #95288B; }
span { border-color: rgb(149,40,139); }
td.TdClassName
{
border-color: #95288B;
}
.TagClassName
{
border-color: #95288B;
}
</style>