Shades of Vivid Violet #95378F
Tints of Vivid Violet #95378F
RGB
CMYK
RGB Variations
Color information
#95378F (or 0x95378F) is known color: Vivid Violet. HEX triplet: 95, 37 and 8F. RGB value is (149,55,143). Sum of RGB (Red+Green+Blue) = 149+55+143=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95378F is #6AC870. Grayscale: #5C5C5C. Windows color (decimal): -6998129 or 9385877. OLE color: 9385877.
HSL color Cylindrical-coordinate representation of color #95378F: hue angle of 303.83º 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 #95378F is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 143 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.42 |
| HSL | 303.83º | 0.46% | 0.4% | - |
| HSV(B) | 303.83º | 0.63% | 0.58% | - |
| XYZ | 18.72 | 11.11 | 27.14 | - |
| YUV | 93.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 143 | 0 | 0.63 | 0.04 | 0.42 | 303.83 | 0.46 | 0.4 |
| Hex | 95 | 37 | 8F | 0 | 3F | 4 | 2A | 130 | 2E | 28 |
| Octal | 225 | 67 | 217 | 0 | 77 | 4 | 52 | 460 | 56 | 50 |
| Binary | 10010101 | 110111 | 10001111 | 0 | 111111 | 100 | 101010 | 100110000 | 101110 | 101000 |
Color Harmonies of #95378F
Complementary color
Monochromatic Colors of #95378F
Black with #95378F
Text Example
Text Example
White with #95378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95378F; }
p { color: rgb(149,55,143); }
H1.HeaderClassName
{
color: #95378F;
}
.AnyTagClassName
{
color: #95378F;
}
</style>
background-color css
<style>
a { background-color: #95378F; }
a { background-color: rgb(149,55,143); }
div.DivClassName
{
background-color: #95378F;
}
.BgClassName
{
background-color: #95378F;
}
</style>
border-color css
<style>
span { border-color: #95378F; }
span { border-color: rgb(149,55,143); }
td.TdClassName
{
border-color: #95378F;
}
.TagClassName
{
border-color: #95378F;
}
</style>