Shades of Vivid Violet #95379B
Tints of Vivid Violet #95379B
RGB
CMYK
RGB Variations
Color information
#95379B (or 0x95379B) is known color: Vivid Violet. HEX triplet: 95, 37 and 9B. RGB value is (149,55,155). Sum of RGB (Red+Green+Blue) = 149+55+155=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #95379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95379B is #6AC864. Grayscale: #5E5E5E. Windows color (decimal): -6998117 or 10172309. OLE color: 10172309.
HSL color Cylindrical-coordinate representation of color #95379B: hue angle of 296.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95379B is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 55 | 155 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.39 |
| HSL | 296.4º | 0.48% | 0.41% | - |
| HSV(B) | 296.4º | 0.65% | 0.61% | - |
| XYZ | 19.68 | 11.49 | 32.19 | - |
| YUV | 94.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 155 | 0.04 | 0.65 | 0 | 0.39 | 296.4 | 0.48 | 0.41 |
| Hex | 95 | 37 | 9B | 4 | 41 | 0 | 27 | 128 | 30 | 29 |
| Octal | 225 | 67 | 233 | 4 | 101 | 0 | 47 | 450 | 60 | 51 |
| Binary | 10010101 | 110111 | 10011011 | 100 | 1000001 | 0 | 100111 | 100101000 | 110000 | 101001 |
Color Harmonies of #95379B
Complementary color
Monochromatic Colors of #95379B
Black with #95379B
Text Example
Text Example
White with #95379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95379B; }
p { color: rgb(149,55,155); }
H1.HeaderClassName
{
color: #95379B;
}
.AnyTagClassName
{
color: #95379B;
}
</style>
background-color css
<style>
a { background-color: #95379B; }
a { background-color: rgb(149,55,155); }
div.DivClassName
{
background-color: #95379B;
}
.BgClassName
{
background-color: #95379B;
}
</style>
border-color css
<style>
span { border-color: #95379B; }
span { border-color: rgb(149,55,155); }
td.TdClassName
{
border-color: #95379B;
}
.TagClassName
{
border-color: #95379B;
}
</style>