#9E5FA7

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

Shades of Violet Blue #9E5FA7

Tints of Violet Blue #9E5FA7

Color information

#9E5FA7 (or 0x9E5FA7) is unknown color: approx Violet Blue. HEX triplet: 9E, 5F and A7. RGB value is (158,95,167). Sum of RGB (Red+Green+Blue) = 158+95+167=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E5FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FA7 is #61A058. Grayscale: #797979. Windows color (decimal): -6398041 or 10968990. OLE color: 10968990.

HSL color Cylindrical-coordinate representation of color #9E5FA7: hue angle of 292.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5FA7 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15895167-
CMYK0.050.4300.35
HSL292.5º29.03%51.37%-
HSV(B)292.5º43.11%65.49%-
XYZ25.1718.2438.75-
YUV122.04153.37153.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=37.62%
G=22.62%
B=39.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal158951670.050.4300.35292.529.0351.37
Hex9E5FA752B0231241d33
Octal2361372475530434443563
Binary10011110101111110100111101101011010001110010010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,95,167); }

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

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

 a { background-color: rgb(158,95,167); }

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

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

 span { border-color: rgb(158,95,167); }

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