#9E4691

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

Shades of Violet Blue #9E4691

Tints of Violet Blue #9E4691

Color information

#9E4691 (or 0x9E4691) is unknown color: approx Violet Blue. HEX triplet: 9E, 46 and 91. RGB value is (158,70,145). Sum of RGB (Red+Green+Blue) = 158+70+145=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4691 is #61B96E. Grayscale: #686868. Windows color (decimal): -6404463 or 9520798. OLE color: 9520798.

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

Color convert

RGB15870145-
CMYK00.560.080.38
HSL308.86º38.6%44.71%-
HSV(B)308.86º55.7%61.96%-
XYZ21.413.6928.3-
YUV104.86150.65165.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=42.36%
G=18.77%
B=38.87%

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
Decimal1587014500.560.080.38308.8638.644.71
Hex9E4691038826135272d
Octal23610622107010464654755
Binary1001111010001101001000101110001000100110100110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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