Shades of Violet Blue #9E478D
Tints of Violet Blue #9E478D
RGB
CMYK
RGB Variations
Color information
#9E478D (or 0x9E478D) is known color: Violet Blue. HEX triplet: 9E, 47 and 8D. RGB value is (158,71,141). Sum of RGB (Red+Green+Blue) = 158+71+141=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E478D is #61B872. Grayscale: #686868. Windows color (decimal): -6404211 or 9258910. OLE color: 9258910.
HSL color Cylindrical-coordinate representation of color #9E478D: hue angle of 311.72º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E478D is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 71 | 141 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.38 |
| HSL | 311.72º | 0.38% | 0.45% | - |
| HSV(B) | 311.72º | 0.55% | 0.62% | - |
| XYZ | 21.16 | 13.7 | 26.73 | - |
| YUV | 104.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 141 | 0 | 0.55 | 0.11 | 0.38 | 311.72 | 0.38 | 0.45 |
| Hex | 9E | 47 | 8D | 0 | 37 | B | 26 | 138 | 26 | 2D |
| Octal | 236 | 107 | 215 | 0 | 67 | 13 | 46 | 470 | 46 | 55 |
| Binary | 10011110 | 1000111 | 10001101 | 0 | 110111 | 1011 | 100110 | 100111000 | 100110 | 101101 |
Color Harmonies of #9E478D
Complementary color
Monochromatic Colors of #9E478D
Black with #9E478D
Text Example
Text Example
White with #9E478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E478D; }
p { color: rgb(158,71,141); }
H1.HeaderClassName
{
color: #9E478D;
}
.AnyTagClassName
{
color: #9E478D;
}
</style>
background-color css
<style>
a { background-color: #9E478D; }
a { background-color: rgb(158,71,141); }
div.DivClassName
{
background-color: #9E478D;
}
.BgClassName
{
background-color: #9E478D;
}
</style>
border-color css
<style>
span { border-color: #9E478D; }
span { border-color: rgb(158,71,141); }
td.TdClassName
{
border-color: #9E478D;
}
.TagClassName
{
border-color: #9E478D;
}
</style>