#9E4396

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

Shades of Violet Blue #9E4396

Tints of Violet Blue #9E4396

Color information

#9E4396 (or 0x9E4396) is unknown color: approx Violet Blue. HEX triplet: 9E, 43 and 96. RGB value is (158,67,150). Sum of RGB (Red+Green+Blue) = 158+67+150=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4396 is #61BC69. Grayscale: #676767. Windows color (decimal): -6405226 or 9847710. OLE color: 9847710.

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

Color convert

RGB15867150-
CMYK00.580.050.38
HSL305.27º40.44%44.12%-
HSV(B)305.27º57.59%61.96%-
XYZ21.6113.4930.32-
YUV103.67154.15166.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 150 (58.98% from 255) = 40%
R=42.13%
G=17.87%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586715000.580.050.38305.2740.4444.12
Hex9E439603A526131282c
Octal2361032260725464615054
Binary100111101000011100101100111010101100110100110001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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