#9E4794

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

Shades of Violet Blue #9E4794

Tints of Violet Blue #9E4794

Color information

#9E4794 (or 0x9E4794) is unknown color: approx Violet Blue. HEX triplet: 9E, 47 and 94. RGB value is (158,71,148). Sum of RGB (Red+Green+Blue) = 158+71+148=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4794 is #61B86B. Grayscale: #696969. Windows color (decimal): -6404204 or 9717662. OLE color: 9717662.

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

Color convert

RGB15871148-
CMYK00.550.060.38
HSL306.9º37.99%44.9%-
HSV(B)306.9º55.06%61.96%-
XYZ21.713.9129.56-
YUV105.79151.82165.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=41.91%
G=18.83%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587114800.550.060.38306.937.9944.9
Hex9E4794037626133262d
Octal2361072240676464634655
Binary100111101000111100101000110111110100110100110011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,71,148); }

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

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

 a { background-color: rgb(158,71,148); }

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

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

 span { border-color: rgb(158,71,148); }

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