Shades of Vivid Violet #954393
Tints of Vivid Violet #954393
RGB
CMYK
RGB Variations
Color information
#954393 (or 0x954393) is known color: Vivid Violet. HEX triplet: 95, 43 and 93. RGB value is (149,67,147). Sum of RGB (Red+Green+Blue) = 149+67+147=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #954393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954393 is #6ABC6C. Grayscale: #646464. Windows color (decimal): -6995053 or 9651093. OLE color: 9651093.
HSL color Cylindrical-coordinate representation of color #954393: hue angle of 301.46º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954393 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 147 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.42 |
| HSL | 301.46º | 0.38% | 0.42% | - |
| HSV(B) | 301.46º | 0.55% | 0.58% | - |
| XYZ | 19.67 | 12.51 | 28.98 | - |
| YUV | 100.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 147 | 0 | 0.55 | 0.01 | 0.42 | 301.46 | 0.38 | 0.42 |
| Hex | 95 | 43 | 93 | 0 | 37 | 1 | 2A | 12D | 26 | 2A |
| Octal | 225 | 103 | 223 | 0 | 67 | 1 | 52 | 455 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10010011 | 0 | 110111 | 1 | 101010 | 100101101 | 100110 | 101010 |
Color Harmonies of #954393
Complementary color
Monochromatic Colors of #954393
Black with #954393
Text Example
Text Example
White with #954393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954393; }
p { color: rgb(149,67,147); }
H1.HeaderClassName
{
color: #954393;
}
.AnyTagClassName
{
color: #954393;
}
</style>
background-color css
<style>
a { background-color: #954393; }
a { background-color: rgb(149,67,147); }
div.DivClassName
{
background-color: #954393;
}
.BgClassName
{
background-color: #954393;
}
</style>
border-color css
<style>
span { border-color: #954393; }
span { border-color: rgb(149,67,147); }
td.TdClassName
{
border-color: #954393;
}
.TagClassName
{
border-color: #954393;
}
</style>