#9E4093

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

Shades of Violet Blue #9E4093

Tints of Violet Blue #9E4093

Color information

#9E4093 (or 0x9E4093) is unknown color: approx Violet Blue. HEX triplet: 9E, 40 and 93. RGB value is (158,64,147). Sum of RGB (Red+Green+Blue) = 158+64+147=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4093 is #61BF6C. Grayscale: #656565. Windows color (decimal): -6405997 or 9650334. OLE color: 9650334.

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

Color convert

RGB15864147-
CMYK00.590.070.38
HSL307.02º42.34%43.53%-
HSV(B)307.02º59.49%61.96%-
XYZ21.213.0429-
YUV101.57153.64168.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=42.82%
G=17.34%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586414700.590.070.38307.0242.3443.53
Hex9E409303B7261332a2c
Octal2361002230737464635254
Binary100111101000000100100110111011111100110100110011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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