Shades of Vivid Violet #953194
Tints of Vivid Violet #953194
RGB
CMYK
RGB Variations
Color information
#953194 (or 0x953194) is known color: Vivid Violet. HEX triplet: 95, 31 and 94. RGB value is (149,49,148). Sum of RGB (Red+Green+Blue) = 149+49+148=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #953194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953194 is #6ACE6B. Grayscale: #595959. Windows color (decimal): -6999660 or 9712021. OLE color: 9712021.
HSL color Cylindrical-coordinate representation of color #953194: hue angle of 300.6º 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 #953194 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 148 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.42 |
| HSL | 300.6º | 0.51% | 0.39% | - |
| HSV(B) | 300.6º | 0.67% | 0.58% | - |
| XYZ | 18.84 | 10.72 | 29.09 | - |
| YUV | 90.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 148 | 0 | 0.67 | 0.01 | 0.42 | 300.6 | 0.51 | 0.39 |
| Hex | 95 | 31 | 94 | 0 | 43 | 1 | 2A | 12D | 33 | 27 |
| Octal | 225 | 61 | 224 | 0 | 103 | 1 | 52 | 455 | 63 | 47 |
| Binary | 10010101 | 110001 | 10010100 | 0 | 1000011 | 1 | 101010 | 100101101 | 110011 | 100111 |
Color Harmonies of #953194
Complementary color
Monochromatic Colors of #953194
Black with #953194
Text Example
Text Example
White with #953194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953194; }
p { color: rgb(149,49,148); }
H1.HeaderClassName
{
color: #953194;
}
.AnyTagClassName
{
color: #953194;
}
</style>
background-color css
<style>
a { background-color: #953194; }
a { background-color: rgb(149,49,148); }
div.DivClassName
{
background-color: #953194;
}
.BgClassName
{
background-color: #953194;
}
</style>
border-color css
<style>
span { border-color: #953194; }
span { border-color: rgb(149,49,148); }
td.TdClassName
{
border-color: #953194;
}
.TagClassName
{
border-color: #953194;
}
</style>