#9E4BA4

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

Shades of Violet Blue #9E4BA4

Tints of Violet Blue #9E4BA4

Color information

#9E4BA4 (or 0x9E4BA4) is unknown color: approx Violet Blue. HEX triplet: 9E, 4B and A4. RGB value is (158,75,164). Sum of RGB (Red+Green+Blue) = 158+75+164=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E4BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4BA4 is #61B45B. Grayscale: #6D6D6D. Windows color (decimal): -6403164 or 10767262. OLE color: 10767262.

HSL color Cylindrical-coordinate representation of color #9E4BA4: hue angle of 295.96º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4BA4 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15875164-
CMYK0.040.5400.36
HSL295.96º37.24%46.86%-
HSV(B)295.96º54.27%64.31%-
XYZ23.3214.9836.78-
YUV109.96158.5162.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=39.80%
G=18.89%
B=41.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158751640.040.5400.36295.9637.2446.86
Hex9E4BA4436024128252f
Octal2361132444660444504557
Binary100111101001011101001001001101100100100100101000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,164); }

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

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

 a { background-color: rgb(158,75,164); }

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

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

 span { border-color: rgb(158,75,164); }

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