Shades of Vivid Violet #95358E
Tints of Vivid Violet #95358E
RGB
CMYK
RGB Variations
Color information
#95358E (or 0x95358E) is known color: Vivid Violet. HEX triplet: 95, 35 and 8E. RGB value is (149,53,142). Sum of RGB (Red+Green+Blue) = 149+53+142=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95358E is #6ACA71. Grayscale: #5B5B5B. Windows color (decimal): -6998642 or 9319829. OLE color: 9319829.
HSL color Cylindrical-coordinate representation of color #95358E: hue angle of 304.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95358E is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 142 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.42 |
| HSL | 304.38º | 0.48% | 0.4% | - |
| HSV(B) | 304.38º | 0.64% | 0.58% | - |
| XYZ | 18.55 | 10.89 | 26.72 | - |
| YUV | 91.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 142 | 0 | 0.64 | 0.05 | 0.42 | 304.38 | 0.48 | 0.4 |
| Hex | 95 | 35 | 8E | 0 | 40 | 5 | 2A | 130 | 30 | 28 |
| Octal | 225 | 65 | 216 | 0 | 100 | 5 | 52 | 460 | 60 | 50 |
| Binary | 10010101 | 110101 | 10001110 | 0 | 1000000 | 101 | 101010 | 100110000 | 110000 | 101000 |
Color Harmonies of #95358E
Complementary color
Monochromatic Colors of #95358E
Black with #95358E
Text Example
Text Example
White with #95358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95358E; }
p { color: rgb(149,53,142); }
H1.HeaderClassName
{
color: #95358E;
}
.AnyTagClassName
{
color: #95358E;
}
</style>
background-color css
<style>
a { background-color: #95358E; }
a { background-color: rgb(149,53,142); }
div.DivClassName
{
background-color: #95358E;
}
.BgClassName
{
background-color: #95358E;
}
</style>
border-color css
<style>
span { border-color: #95358E; }
span { border-color: rgb(149,53,142); }
td.TdClassName
{
border-color: #95358E;
}
.TagClassName
{
border-color: #95358E;
}
</style>