#9E679C

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

Shades of Violet Blue #9E679C

Tints of Violet Blue #9E679C

Color information

#9E679C (or 0x9E679C) is unknown color: approx Violet Blue. HEX triplet: 9E, 67 and 9C. RGB value is (158,103,156). Sum of RGB (Red+Green+Blue) = 158+103+156=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E679C is #619863. Grayscale: #7D7D7D. Windows color (decimal): -6396004 or 10250142. OLE color: 10250142.

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

Color convert

RGB158103156-
CMYK00.350.010.38
HSL302.18º22.09%51.18%-
HSV(B)302.18º34.81%61.96%-
XYZ24.9519.3733.88-
YUV125.49145.22151.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=37.89%
G=24.70%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810315600.350.010.38302.1822.0951.18
Hex9E679C02312612e1633
Octal2361472340431464562663
Binary100111101100111100111000100011110011010010111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,103,156); }

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

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

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

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

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

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

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