Shades of Vivid Violet #953394
Tints of Vivid Violet #953394
RGB
CMYK
RGB Variations
Color information
#953394 (or 0x953394) is known color: Vivid Violet. HEX triplet: 95, 33 and 94. RGB value is (149,51,148). Sum of RGB (Red+Green+Blue) = 149+51+148=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #953394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953394 is #6ACC6B. Grayscale: #5B5B5B. Windows color (decimal): -6999148 or 9712533. OLE color: 9712533.
HSL color Cylindrical-coordinate representation of color #953394: hue angle of 300.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953394 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 51 | 148 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.42 |
| HSL | 300.61º | 0.49% | 0.39% | - |
| HSV(B) | 300.61º | 0.66% | 0.58% | - |
| XYZ | 18.92 | 10.9 | 29.12 | - |
| YUV | 91.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 148 | 0 | 0.66 | 0.01 | 0.42 | 300.61 | 0.49 | 0.39 |
| Hex | 95 | 33 | 94 | 0 | 42 | 1 | 2A | 12D | 31 | 27 |
| Octal | 225 | 63 | 224 | 0 | 102 | 1 | 52 | 455 | 61 | 47 |
| Binary | 10010101 | 110011 | 10010100 | 0 | 1000010 | 1 | 101010 | 100101101 | 110001 | 100111 |
Color Harmonies of #953394
Complementary color
Monochromatic Colors of #953394
Black with #953394
Text Example
Text Example
White with #953394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953394; }
p { color: rgb(149,51,148); }
H1.HeaderClassName
{
color: #953394;
}
.AnyTagClassName
{
color: #953394;
}
</style>
background-color css
<style>
a { background-color: #953394; }
a { background-color: rgb(149,51,148); }
div.DivClassName
{
background-color: #953394;
}
.BgClassName
{
background-color: #953394;
}
</style>
border-color css
<style>
span { border-color: #953394; }
span { border-color: rgb(149,51,148); }
td.TdClassName
{
border-color: #953394;
}
.TagClassName
{
border-color: #953394;
}
</style>