Shades of Violet Blue #95478C
Tints of Violet Blue #95478C
RGB
CMYK
RGB Variations
Color information
#95478C (or 0x95478C) is known color: Violet Blue. HEX triplet: 95, 47 and 8C. RGB value is (149,71,140). Sum of RGB (Red+Green+Blue) = 149+71+140=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95478C is #6AB873. Grayscale: #656565. Windows color (decimal): -6994036 or 9193365. OLE color: 9193365.
HSL color Cylindrical-coordinate representation of color #95478C: hue angle of 306.92º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95478C is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 140 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.42 |
| HSL | 306.92º | 0.35% | 0.43% | - |
| HSV(B) | 306.92º | 0.52% | 0.58% | - |
| XYZ | 19.38 | 12.79 | 26.26 | - |
| YUV | 102.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 140 | 0 | 0.52 | 0.06 | 0.42 | 306.92 | 0.35 | 0.43 |
| Hex | 95 | 47 | 8C | 0 | 34 | 6 | 2A | 133 | 23 | 2B |
| Octal | 225 | 107 | 214 | 0 | 64 | 6 | 52 | 463 | 43 | 53 |
| Binary | 10010101 | 1000111 | 10001100 | 0 | 110100 | 110 | 101010 | 100110011 | 100011 | 101011 |
Color Harmonies of #95478C
Complementary color
Monochromatic Colors of #95478C
Black with #95478C
Text Example
Text Example
White with #95478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95478C; }
p { color: rgb(149,71,140); }
H1.HeaderClassName
{
color: #95478C;
}
.AnyTagClassName
{
color: #95478C;
}
</style>
background-color css
<style>
a { background-color: #95478C; }
a { background-color: rgb(149,71,140); }
div.DivClassName
{
background-color: #95478C;
}
.BgClassName
{
background-color: #95478C;
}
</style>
border-color css
<style>
span { border-color: #95478C; }
span { border-color: rgb(149,71,140); }
td.TdClassName
{
border-color: #95478C;
}
.TagClassName
{
border-color: #95478C;
}
</style>