Shades of Violet Blue #9E458C
Tints of Violet Blue #9E458C
RGB
CMYK
RGB Variations
Color information
#9E458C (or 0x9E458C) is known color: Violet Blue. HEX triplet: 9E, 45 and 8C. RGB value is (158,69,140). Sum of RGB (Red+Green+Blue) = 158+69+140=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E458C is #61BA73. Grayscale: #676767. Windows color (decimal): -6404724 or 9192862. OLE color: 9192862.
HSL color Cylindrical-coordinate representation of color #9E458C: hue angle of 312.13º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E458C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 140 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.38 |
| HSL | 312.13º | 0.39% | 0.45% | - |
| HSV(B) | 312.13º | 0.56% | 0.62% | - |
| XYZ | 20.96 | 13.42 | 26.3 | - |
| YUV | 103.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 140 | 0 | 0.56 | 0.11 | 0.38 | 312.13 | 0.39 | 0.45 |
| Hex | 9E | 45 | 8C | 0 | 38 | B | 26 | 138 | 27 | 2D |
| Octal | 236 | 105 | 214 | 0 | 70 | 13 | 46 | 470 | 47 | 55 |
| Binary | 10011110 | 1000101 | 10001100 | 0 | 111000 | 1011 | 100110 | 100111000 | 100111 | 101101 |
Color Harmonies of #9E458C
Complementary color
Monochromatic Colors of #9E458C
Black with #9E458C
Text Example
Text Example
White with #9E458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E458C; }
p { color: rgb(158,69,140); }
H1.HeaderClassName
{
color: #9E458C;
}
.AnyTagClassName
{
color: #9E458C;
}
</style>
background-color css
<style>
a { background-color: #9E458C; }
a { background-color: rgb(158,69,140); }
div.DivClassName
{
background-color: #9E458C;
}
.BgClassName
{
background-color: #9E458C;
}
</style>
border-color css
<style>
span { border-color: #9E458C; }
span { border-color: rgb(158,69,140); }
td.TdClassName
{
border-color: #9E458C;
}
.TagClassName
{
border-color: #9E458C;
}
</style>