Shades of Vivid Violet #95378B
Tints of Vivid Violet #95378B
RGB
CMYK
RGB Variations
Color information
#95378B (or 0x95378B) is known color: Vivid Violet. HEX triplet: 95, 37 and 8B. RGB value is (149,55,139). Sum of RGB (Red+Green+Blue) = 149+55+139=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95378B is #6AC874. Grayscale: #5C5C5C. Windows color (decimal): -6998133 or 9123733. OLE color: 9123733.
HSL color Cylindrical-coordinate representation of color #95378B: hue angle of 306.38º 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 #95378B is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 139 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.42 |
| HSL | 306.38º | 0.46% | 0.4% | - |
| HSV(B) | 306.38º | 0.63% | 0.58% | - |
| XYZ | 18.42 | 10.99 | 25.58 | - |
| YUV | 92.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 139 | 0 | 0.63 | 0.07 | 0.42 | 306.38 | 0.46 | 0.4 |
| Hex | 95 | 37 | 8B | 0 | 3F | 7 | 2A | 132 | 2E | 28 |
| Octal | 225 | 67 | 213 | 0 | 77 | 7 | 52 | 462 | 56 | 50 |
| Binary | 10010101 | 110111 | 10001011 | 0 | 111111 | 111 | 101010 | 100110010 | 101110 | 101000 |
Color Harmonies of #95378B
Complementary color
Monochromatic Colors of #95378B
Black with #95378B
Text Example
Text Example
White with #95378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95378B; }
p { color: rgb(149,55,139); }
H1.HeaderClassName
{
color: #95378B;
}
.AnyTagClassName
{
color: #95378B;
}
</style>
background-color css
<style>
a { background-color: #95378B; }
a { background-color: rgb(149,55,139); }
div.DivClassName
{
background-color: #95378B;
}
.BgClassName
{
background-color: #95378B;
}
</style>
border-color css
<style>
span { border-color: #95378B; }
span { border-color: rgb(149,55,139); }
td.TdClassName
{
border-color: #95378B;
}
.TagClassName
{
border-color: #95378B;
}
</style>