#9E4495

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

Shades of Violet Blue #9E4495

Tints of Violet Blue #9E4495

Color information

#9E4495 (or 0x9E4495) is unknown color: approx Violet Blue. HEX triplet: 9E, 44 and 95. RGB value is (158,68,149). Sum of RGB (Red+Green+Blue) = 158+68+149=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4495 is #61BB6A. Grayscale: #676767. Windows color (decimal): -6404971 or 9782430. OLE color: 9782430.

HSL color Cylindrical-coordinate representation of color #9E4495: hue angle of 306º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4495 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15868149-
CMYK00.570.060.38
HSL306º39.82%44.31%-
HSV(B)306º56.96%61.96%-
XYZ21.5913.5729.92-
YUV104.14153.32166.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=42.13%
G=18.13%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586814900.570.060.3830639.8244.31
Hex9E4495039626132282c
Octal2361042250716464625054
Binary100111101000100100101010111001110100110100110010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,149); }

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

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

 a { background-color: rgb(158,68,149); }

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

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

 span { border-color: rgb(158,68,149); }

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