#9E458E

Color #9E458E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9E458E

Tints of Violet Blue #9E458E

Color information

#9E458E (or 0x9E458E) is unknown color: approx Violet Blue. HEX triplet: 9E, 45 and 8E. RGB value is (158,69,142). Sum of RGB (Red+Green+Blue) = 158+69+142=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E458E is #61BA71. Grayscale: #676767. Windows color (decimal): -6404722 or 9323934. OLE color: 9323934.

HSL color Cylindrical-coordinate representation of color #9E458E: hue angle of 310.79º 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 #9E458E is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15869142-
CMYK00.560.100.38
HSL310.79º39.21%44.51%-
HSV(B)310.79º56.33%61.96%-
XYZ21.1113.4827.08-
YUV103.93149.49166.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=42.82%
G=18.70%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586914200.560.100.38310.7939.2144.51
Hex9E458E038A26137272d
Octal23610521607012464674755
Binary1001111010001011000111001110001010100110100110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E458E; }

 p { color: rgb(158,69,142); }

 H1.HeaderClassName
 {
   color: #9E458E;
 }
 .AnyTagClassName
 {
   color: #9E458E;
 }
</style>
background-color css

<style>
 a { background-color: #9E458E; }

 a { background-color: rgb(158,69,142); }

 div.DivClassName
 {
   background-color: #9E458E;
 }
 .BgClassName
 {
   background-color: #9E458E;
 }
</style>
border-color css

<style>
 span { border-color: #9E458E; }

 span { border-color: rgb(158,69,142); }

 td.TdClassName
 {
   border-color: #9E458E;
 }
 .TagClassName
 {
   border-color: #9E458E;
 }
</style>