#9E4097

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

Shades of Violet Blue #9E4097

Tints of Violet Blue #9E4097

Color information

#9E4097 (or 0x9E4097) is unknown color: approx Violet Blue. HEX triplet: 9E, 40 and 97. RGB value is (158,64,151). Sum of RGB (Red+Green+Blue) = 158+64+151=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4097 is #61BF68. Grayscale: #656565. Windows color (decimal): -6405993 or 9912478. OLE color: 9912478.

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

Color convert

RGB15864151-
CMYK00.590.040.38
HSL304.47º42.34%43.53%-
HSV(B)304.47º59.49%61.96%-
XYZ21.5213.1730.69-
YUV102.02155.64167.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=42.36%
G=17.16%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586415100.590.040.38304.4742.3443.53
Hex9E409703B4261302a2c
Octal2361002270734464605254
Binary100111101000000100101110111011100100110100110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,64,151); }

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

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

 a { background-color: rgb(158,64,151); }

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

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

 span { border-color: rgb(158,64,151); }

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