Shades of Vivid Violet #95358C
Tints of Vivid Violet #95358C
RGB
CMYK
RGB Variations
Color information
#95358C (or 0x95358C) is known color: Vivid Violet. HEX triplet: 95, 35 and 8C. RGB value is (149,53,140). Sum of RGB (Red+Green+Blue) = 149+53+140=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95358C is #6ACA73. Grayscale: #5B5B5B. Windows color (decimal): -6998644 or 9188757. OLE color: 9188757.
HSL color Cylindrical-coordinate representation of color #95358C: hue angle of 305.62º 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 #95358C is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 140 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.42 |
| HSL | 305.63º | 0.48% | 0.4% | - |
| HSV(B) | 305.63º | 0.64% | 0.58% | - |
| XYZ | 18.4 | 10.83 | 25.93 | - |
| YUV | 91.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 140 | 0 | 0.64 | 0.06 | 0.42 | 305.63 | 0.48 | 0.4 |
| Hex | 95 | 35 | 8C | 0 | 40 | 6 | 2A | 132 | 30 | 28 |
| Octal | 225 | 65 | 214 | 0 | 100 | 6 | 52 | 462 | 60 | 50 |
| Binary | 10010101 | 110101 | 10001100 | 0 | 1000000 | 110 | 101010 | 100110010 | 110000 | 101000 |
Color Harmonies of #95358C
Complementary color
Monochromatic Colors of #95358C
Black with #95358C
Text Example
Text Example
White with #95358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95358C; }
p { color: rgb(149,53,140); }
H1.HeaderClassName
{
color: #95358C;
}
.AnyTagClassName
{
color: #95358C;
}
</style>
background-color css
<style>
a { background-color: #95358C; }
a { background-color: rgb(149,53,140); }
div.DivClassName
{
background-color: #95358C;
}
.BgClassName
{
background-color: #95358C;
}
</style>
border-color css
<style>
span { border-color: #95358C; }
span { border-color: rgb(149,53,140); }
td.TdClassName
{
border-color: #95358C;
}
.TagClassName
{
border-color: #95358C;
}
</style>