Shades of Dark Purple #95298C
Tints of Dark Purple #95298C
RGB
CMYK
RGB Variations
Color information
#95298C (or 0x95298C) is known color: Dark Purple. HEX triplet: 95, 29 and 8C. RGB value is (149,41,140). Sum of RGB (Red+Green+Blue) = 149+41+140=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95298C is #6AD673. Grayscale: #545454. Windows color (decimal): -7001716 or 9185685. OLE color: 9185685.
HSL color Cylindrical-coordinate representation of color #95298C: hue angle of 305º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95298C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 140 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.42 |
| HSL | 305º | 0.57% | 0.37% | - |
| HSV(B) | 305º | 0.72% | 0.58% | - |
| XYZ | 17.92 | 9.87 | 25.77 | - |
| YUV | 84.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 140 | 0 | 0.72 | 0.06 | 0.42 | 305 | 0.57 | 0.37 |
| Hex | 95 | 29 | 8C | 0 | 48 | 6 | 2A | 131 | 39 | 25 |
| Octal | 225 | 51 | 214 | 0 | 110 | 6 | 52 | 461 | 71 | 45 |
| Binary | 10010101 | 101001 | 10001100 | 0 | 1001000 | 110 | 101010 | 100110001 | 111001 | 100101 |
Color Harmonies of #95298C
Complementary color
Monochromatic Colors of #95298C
Black with #95298C
Text Example
Text Example
White with #95298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95298C; }
p { color: rgb(149,41,140); }
H1.HeaderClassName
{
color: #95298C;
}
.AnyTagClassName
{
color: #95298C;
}
</style>
background-color css
<style>
a { background-color: #95298C; }
a { background-color: rgb(149,41,140); }
div.DivClassName
{
background-color: #95298C;
}
.BgClassName
{
background-color: #95298C;
}
</style>
border-color css
<style>
span { border-color: #95298C; }
span { border-color: rgb(149,41,140); }
td.TdClassName
{
border-color: #95298C;
}
.TagClassName
{
border-color: #95298C;
}
</style>