Shades of Vivid Violet #95378D
Tints of Vivid Violet #95378D
RGB
CMYK
RGB Variations
Color information
#95378D (or 0x95378D) is known color: Vivid Violet. HEX triplet: 95, 37 and 8D. RGB value is (149,55,141). Sum of RGB (Red+Green+Blue) = 149+55+141=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95378D is #6AC872. Grayscale: #5C5C5C. Windows color (decimal): -6998131 or 9254805. OLE color: 9254805.
HSL color Cylindrical-coordinate representation of color #95378D: hue angle of 305.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95378D is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 141 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.42 |
| HSL | 305.11º | 0.46% | 0.4% | - |
| HSV(B) | 305.11º | 0.63% | 0.58% | - |
| XYZ | 18.57 | 11.05 | 26.35 | - |
| YUV | 92.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 141 | 0 | 0.63 | 0.05 | 0.42 | 305.11 | 0.46 | 0.4 |
| Hex | 95 | 37 | 8D | 0 | 3F | 5 | 2A | 131 | 2E | 28 |
| Octal | 225 | 67 | 215 | 0 | 77 | 5 | 52 | 461 | 56 | 50 |
| Binary | 10010101 | 110111 | 10001101 | 0 | 111111 | 101 | 101010 | 100110001 | 101110 | 101000 |
Color Harmonies of #95378D
Complementary color
Monochromatic Colors of #95378D
Black with #95378D
Text Example
Text Example
White with #95378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95378D; }
p { color: rgb(149,55,141); }
H1.HeaderClassName
{
color: #95378D;
}
.AnyTagClassName
{
color: #95378D;
}
</style>
background-color css
<style>
a { background-color: #95378D; }
a { background-color: rgb(149,55,141); }
div.DivClassName
{
background-color: #95378D;
}
.BgClassName
{
background-color: #95378D;
}
</style>
border-color css
<style>
span { border-color: #95378D; }
span { border-color: rgb(149,55,141); }
td.TdClassName
{
border-color: #95378D;
}
.TagClassName
{
border-color: #95378D;
}
</style>