#9E4591

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

Shades of Violet Blue #9E4591

Tints of Violet Blue #9E4591

Color information

#9E4591 (or 0x9E4591) is unknown color: approx Violet Blue. HEX triplet: 9E, 45 and 91. RGB value is (158,69,145). Sum of RGB (Red+Green+Blue) = 158+69+145=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4591 is #61BA6E. Grayscale: #686868. Windows color (decimal): -6404719 or 9520542. OLE color: 9520542.

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

Color convert

RGB15869145-
CMYK00.560.080.38
HSL308.76º39.21%44.51%-
HSV(B)308.76º56.33%61.96%-
XYZ21.3413.5728.28-
YUV104.28150.99166.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.47%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=42.47%
G=18.55%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586914500.560.080.38308.7639.2144.51
Hex9E4591038826135272d
Octal23610522107010464654755
Binary1001111010001011001000101110001000100110100110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,69,145); }

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

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

 a { background-color: rgb(158,69,145); }

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

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

 span { border-color: rgb(158,69,145); }

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