#9E5FAA

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

Shades of Violet Blue #9E5FAA

Tints of Violet Blue #9E5FAA

Color information

#9E5FAA (or 0x9E5FAA) is unknown color: approx Violet Blue. HEX triplet: 9E, 5F and AA. RGB value is (158,95,170). Sum of RGB (Red+Green+Blue) = 158+95+170=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FAA is #61A055. Grayscale: #7A7A7A. Windows color (decimal): -6398038 or 11165598. OLE color: 11165598.

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

Color convert

RGB15895170-
CMYK0.070.4400.33
HSL290.4º30.61%51.96%-
HSV(B)290.4º44.12%66.67%-
XYZ25.4518.3640.23-
YUV122.39154.87153.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=37.35%
G=22.46%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158951700.070.4400.33290.430.6151.96
Hex9E5FAA72C0211221f34
Octal2361372527540414423764
Binary10011110101111110101010111101100010000110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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