Shades of Dark Purple #95318C
Tints of Dark Purple #95318C
RGB
CMYK
RGB Variations
Color information
#95318C (or 0x95318C) is known color: Dark Purple. HEX triplet: 95, 31 and 8C. RGB value is (149,49,140). Sum of RGB (Red+Green+Blue) = 149+49+140=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95318C is #6ACE73. Grayscale: #595959. Windows color (decimal): -6999668 or 9187733. OLE color: 9187733.
HSL color Cylindrical-coordinate representation of color #95318C: hue angle of 305.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95318C is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 140 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.42 |
| HSL | 305.4º | 0.51% | 0.39% | - |
| HSV(B) | 305.4º | 0.67% | 0.58% | - |
| XYZ | 18.23 | 10.48 | 25.87 | - |
| YUV | 89.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 140 | 0 | 0.67 | 0.06 | 0.42 | 305.4 | 0.51 | 0.39 |
| Hex | 95 | 31 | 8C | 0 | 43 | 6 | 2A | 131 | 33 | 27 |
| Octal | 225 | 61 | 214 | 0 | 103 | 6 | 52 | 461 | 63 | 47 |
| Binary | 10010101 | 110001 | 10001100 | 0 | 1000011 | 110 | 101010 | 100110001 | 110011 | 100111 |
Color Harmonies of #95318C
Complementary color
Monochromatic Colors of #95318C
Black with #95318C
Text Example
Text Example
White with #95318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95318C; }
p { color: rgb(149,49,140); }
H1.HeaderClassName
{
color: #95318C;
}
.AnyTagClassName
{
color: #95318C;
}
</style>
background-color css
<style>
a { background-color: #95318C; }
a { background-color: rgb(149,49,140); }
div.DivClassName
{
background-color: #95318C;
}
.BgClassName
{
background-color: #95318C;
}
</style>
border-color css
<style>
span { border-color: #95318C; }
span { border-color: rgb(149,49,140); }
td.TdClassName
{
border-color: #95318C;
}
.TagClassName
{
border-color: #95318C;
}
</style>