Shades of Dark Purple #95337C
Tints of Dark Purple #95337C
RGB
CMYK
RGB Variations
Color information
#95337C (or 0x95337C) is known color: Dark Purple. HEX triplet: 95, 33 and 7C. RGB value is (149,51,124). Sum of RGB (Red+Green+Blue) = 149+51+124=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95337C is #6ACC83. Grayscale: #585858. Windows color (decimal): -6999172 or 8139669. OLE color: 8139669.
HSL color Cylindrical-coordinate representation of color #95337C: hue angle of 315.31º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95337C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 51 | 124 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.42 |
| HSL | 315.31º | 0.49% | 0.39% | - |
| HSV(B) | 315.31º | 0.66% | 0.58% | - |
| XYZ | 17.22 | 10.21 | 20.13 | - |
| YUV | 88.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 124 | 0 | 0.66 | 0.17 | 0.42 | 315.31 | 0.49 | 0.39 |
| Hex | 95 | 33 | 7C | 0 | 42 | 11 | 2A | 13B | 31 | 27 |
| Octal | 225 | 63 | 174 | 0 | 102 | 21 | 52 | 473 | 61 | 47 |
| Binary | 10010101 | 110011 | 1111100 | 0 | 1000010 | 10001 | 101010 | 100111011 | 110001 | 100111 |
Color Harmonies of #95337C
Complementary color
Monochromatic Colors of #95337C
Black with #95337C
Text Example
Text Example
White with #95337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95337C; }
p { color: rgb(149,51,124); }
H1.HeaderClassName
{
color: #95337C;
}
.AnyTagClassName
{
color: #95337C;
}
</style>
background-color css
<style>
a { background-color: #95337C; }
a { background-color: rgb(149,51,124); }
div.DivClassName
{
background-color: #95337C;
}
.BgClassName
{
background-color: #95337C;
}
</style>
border-color css
<style>
span { border-color: #95337C; }
span { border-color: rgb(149,51,124); }
td.TdClassName
{
border-color: #95337C;
}
.TagClassName
{
border-color: #95337C;
}
</style>