#9E5EAB

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

Shades of Violet Blue #9E5EAB

Tints of Violet Blue #9E5EAB

Color information

#9E5EAB (or 0x9E5EAB) is unknown color: approx Violet Blue. HEX triplet: 9E, 5E and AB. RGB value is (158,94,171). Sum of RGB (Red+Green+Blue) = 158+94+171=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5EAB is #61A154. Grayscale: #797979. Windows color (decimal): -6398293 or 11230878. OLE color: 11230878.

HSL color Cylindrical-coordinate representation of color #9E5EAB: hue angle of 289.87º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E5EAB is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15894171-
CMYK0.080.4500.33
HSL289.87º31.43%51.96%-
HSV(B)289.87º45.03%67.06%-
XYZ25.4518.2140.7-
YUV121.91155.7153.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=37.35%
G=22.22%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158941710.080.4500.33289.8731.4351.96
Hex9E5EAB82D0211221f34
Octal23613625310550414423764
Binary100111101011110101010111000101101010000110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,94,171); }

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

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

 a { background-color: rgb(158,94,171); }

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

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

 span { border-color: rgb(158,94,171); }

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