#9E4A9F

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

Shades of Violet Blue #9E4A9F

Tints of Violet Blue #9E4A9F

Color information

#9E4A9F (or 0x9E4A9F) is unknown color: approx Violet Blue. HEX triplet: 9E, 4A and 9F. RGB value is (158,74,159). Sum of RGB (Red+Green+Blue) = 158+74+159=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E4A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4A9F is #61B560. Grayscale: #6C6C6C. Windows color (decimal): -6403425 or 10439326. OLE color: 10439326.

HSL color Cylindrical-coordinate representation of color #9E4A9F: hue angle of 299.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A9F is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15874159-
CMYK0.010.5300.38
HSL299.29º36.48%45.69%-
HSV(B)299.29º53.46%62.35%-
XYZ22.8114.6734.43-
YUV108.81156.33163.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=40.41%
G=18.93%
B=40.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158741590.010.5300.38299.2936.4845.69
Hex9E4A9F13502612b242e
Octal2361122371650464534456
Binary1001111010010101001111111101010100110100101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,74,159); }

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

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

 a { background-color: rgb(158,74,159); }

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

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

 span { border-color: rgb(158,74,159); }

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