Shades of Vivid Violet #954396
Tints of Vivid Violet #954396
RGB
CMYK
RGB Variations
Color information
#954396 (or 0x954396) is known color: Vivid Violet. HEX triplet: 95, 43 and 96. RGB value is (149,67,150). Sum of RGB (Red+Green+Blue) = 149+67+150=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #954396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954396 is #6ABC69. Grayscale: #646464. Windows color (decimal): -6995050 or 9847701. OLE color: 9847701.
HSL color Cylindrical-coordinate representation of color #954396: hue angle of 299.28º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954396 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 67 | 150 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.41 |
| HSL | 299.28º | 0.38% | 0.43% | - |
| HSV(B) | 299.28º | 0.55% | 0.59% | - |
| XYZ | 19.91 | 12.61 | 30.24 | - |
| YUV | 100.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 150 | 0.01 | 0.55 | 0 | 0.41 | 299.28 | 0.38 | 0.43 |
| Hex | 95 | 43 | 96 | 1 | 37 | 0 | 29 | 12B | 26 | 2B |
| Octal | 225 | 103 | 226 | 1 | 67 | 0 | 51 | 453 | 46 | 53 |
| Binary | 10010101 | 1000011 | 10010110 | 1 | 110111 | 0 | 101001 | 100101011 | 100110 | 101011 |
Color Harmonies of #954396
Complementary color
Monochromatic Colors of #954396
Black with #954396
Text Example
Text Example
White with #954396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954396; }
p { color: rgb(149,67,150); }
H1.HeaderClassName
{
color: #954396;
}
.AnyTagClassName
{
color: #954396;
}
</style>
background-color css
<style>
a { background-color: #954396; }
a { background-color: rgb(149,67,150); }
div.DivClassName
{
background-color: #954396;
}
.BgClassName
{
background-color: #954396;
}
</style>
border-color css
<style>
span { border-color: #954396; }
span { border-color: rgb(149,67,150); }
td.TdClassName
{
border-color: #954396;
}
.TagClassName
{
border-color: #954396;
}
</style>