#9E789D

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

Shades of Violet Blue #9E789D

Tints of Violet Blue #9E789D

Color information

#9E789D (or 0x9E789D) is unknown color: approx Violet Blue. HEX triplet: 9E, 78 and 9D. RGB value is (158,120,157). Sum of RGB (Red+Green+Blue) = 158+120+157=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 158 - color contains mainly: red. Hex color #9E789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E789D is #618762. Grayscale: #878787. Windows color (decimal): -6391651 or 10320030. OLE color: 10320030.

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

Color convert

RGB158120157-
CMYK00.240.010.38
HSL301.58º16.38%54.51%-
HSV(B)301.58º24.05%61.96%-
XYZ26.923.1434.95-
YUV135.58140.09143.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=36.32%
G=27.59%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812015700.240.010.38301.5816.3854.51
Hex9E789D01812612e1037
Octal2361702350301464562067
Binary10011110111100010011101011000110011010010111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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