#9E749E

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

Shades of Violet Blue #9E749E

Tints of Violet Blue #9E749E

Color information

#9E749E (or 0x9E749E) is unknown color: approx Violet Blue. HEX triplet: 9E, 74 and 9E. RGB value is (158,116,158). Sum of RGB (Red+Green+Blue) = 158+116+158=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E749E is #618B61. Grayscale: #858585. Windows color (decimal): -6392674 or 10384542. OLE color: 10384542.

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

Color convert

RGB158116158-
CMYK00.2700.38
HSL300º17.8%53.73%-
HSV(B)300º26.58%61.96%-
XYZ26.5222.2335.24-
YUV133.35141.91145.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=36.57%
G=26.85%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811615800.2700.3830017.853.73
Hex9E749E01B02612c1236
Octal2361642360330464542266
Binary10011110111010010011110011011010011010010110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,158); }

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

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

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

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

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

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

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