#9E679F

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

Shades of Violet Blue #9E679F

Tints of Violet Blue #9E679F

Color information

#9E679F (or 0x9E679F) is unknown color: approx Violet Blue. HEX triplet: 9E, 67 and 9F. RGB value is (158,103,159). Sum of RGB (Red+Green+Blue) = 158+103+159=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E679F is #619860. Grayscale: #7D7D7D. Windows color (decimal): -6396001 or 10446750. OLE color: 10446750.

HSL color Cylindrical-coordinate representation of color #9E679F: hue angle of 298.93º degrees, saturation: 0.23, 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 #9E679F is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB158103159-
CMYK0.010.3500.38
HSL298.93º22.58%51.37%-
HSV(B)298.93º35.22%62.35%-
XYZ25.2119.4735.23-
YUV125.83146.72150.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=37.62%
G=24.52%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581031590.010.3500.38298.9322.5851.37
Hex9E679F12302612b1733
Octal2361472371430464532763
Binary100111101100111100111111100011010011010010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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