#9E769D

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

Shades of Violet Blue #9E769D

Tints of Violet Blue #9E769D

Color information

#9E769D (or 0x9E769D) is unknown color: approx Violet Blue. HEX triplet: 9E, 76 and 9D. RGB value is (158,118,157). Sum of RGB (Red+Green+Blue) = 158+118+157=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 158 - color contains mainly: red. Hex color #9E769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E769D is #618962. Grayscale: #868686. Windows color (decimal): -6392163 or 10319518. OLE color: 10319518.

HSL color Cylindrical-coordinate representation of color #9E769D: hue angle of 301.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E769D is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB158118157-
CMYK00.250.010.38
HSL301.5º17.09%54.12%-
HSV(B)301.5º25.32%61.96%-
XYZ26.6622.6634.87-
YUV134.41140.75144.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=36.49%
G=27.25%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811815700.250.010.38301.517.0954.12
Hex9E769D01912612e1136
Octal2361662350311464562166
Binary10011110111011010011101011001110011010010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,118,157); }

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

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

 a { background-color: rgb(158,118,157); }

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

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

 span { border-color: rgb(158,118,157); }

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