#9E4394

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

Shades of Violet Blue #9E4394

Tints of Violet Blue #9E4394

Color information

#9E4394 (or 0x9E4394) is unknown color: approx Violet Blue. HEX triplet: 9E, 43 and 94. RGB value is (158,67,148). Sum of RGB (Red+Green+Blue) = 158+67+148=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4394 is #61BC6B. Grayscale: #676767. Windows color (decimal): -6405228 or 9716638. OLE color: 9716638.

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

Color convert

RGB15867148-
CMYK00.580.060.38
HSL306.59º40.44%44.12%-
HSV(B)306.59º57.59%61.96%-
XYZ21.4513.4229.48-
YUV103.44153.15166.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=42.36%
G=17.96%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586714800.580.060.38306.5940.4444.12
Hex9E439403A626133282c
Octal2361032240726464635054
Binary100111101000011100101000111010110100110100110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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