#9E5FA6

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

Shades of Violet Blue #9E5FA6

Tints of Violet Blue #9E5FA6

Color information

#9E5FA6 (or 0x9E5FA6) is unknown color: approx Violet Blue. HEX triplet: 9E, 5F and A6. RGB value is (158,95,166). Sum of RGB (Red+Green+Blue) = 158+95+166=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 166 - color contains mainly: blue. Hex color #9E5FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FA6 is #61A059. Grayscale: #797979. Windows color (decimal): -6398042 or 10903454. OLE color: 10903454.

HSL color Cylindrical-coordinate representation of color #9E5FA6: hue angle of 293.24º 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 #9E5FA6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15895166-
CMYK0.050.4300.35
HSL293.24º28.51%51.18%-
HSV(B)293.24º42.77%65.1%-
XYZ25.0818.2138.27-
YUV121.93152.87153.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 166 (65.23% from 255) = 39.62%
R=37.71%
G=22.67%
B=39.62%

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
Decimal158951660.050.4300.35293.2428.5151.18
Hex9E5FA652B0231251d33
Octal2361372465530434453563
Binary10011110101111110100110101101011010001110010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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