Shades of Vivid Violet #954195
Tints of Vivid Violet #954195
RGB
CMYK
RGB Variations
Color information
#954195 (or 0x954195) is known color: Vivid Violet. HEX triplet: 95, 41 and 95. RGB value is (149,65,149). Sum of RGB (Red+Green+Blue) = 149+65+149=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954195 is #6ABE6A. Grayscale: #636363. Windows color (decimal): -6995563 or 9781653. OLE color: 9781653.
HSL color Cylindrical-coordinate representation of color #954195: hue angle of 300º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954195 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 149 | - |
| CMYK | 0 | 0.56 | 0 | 0.42 |
| HSL | 300º | 0.39% | 0.42% | - |
| HSV(B) | 300º | 0.56% | 0.58% | - |
| XYZ | 19.71 | 12.34 | 29.78 | - |
| YUV | 99.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 149 | 0 | 0.56 | 0 | 0.42 | 300 | 0.39 | 0.42 |
| Hex | 95 | 41 | 95 | 0 | 38 | 0 | 2A | 12C | 27 | 2A |
| Octal | 225 | 101 | 225 | 0 | 70 | 0 | 52 | 454 | 47 | 52 |
| Binary | 10010101 | 1000001 | 10010101 | 0 | 111000 | 0 | 101010 | 100101100 | 100111 | 101010 |
Color Harmonies of #954195
Complementary color
Monochromatic Colors of #954195
Black with #954195
Text Example
Text Example
White with #954195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954195; }
p { color: rgb(149,65,149); }
H1.HeaderClassName
{
color: #954195;
}
.AnyTagClassName
{
color: #954195;
}
</style>
background-color css
<style>
a { background-color: #954195; }
a { background-color: rgb(149,65,149); }
div.DivClassName
{
background-color: #954195;
}
.BgClassName
{
background-color: #954195;
}
</style>
border-color css
<style>
span { border-color: #954195; }
span { border-color: rgb(149,65,149); }
td.TdClassName
{
border-color: #954195;
}
.TagClassName
{
border-color: #954195;
}
</style>