#9D679F

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

Shades of Violet Blue #9D679F

Tints of Violet Blue #9D679F

Color information

#9D679F (or 0x9D679F) is unknown color: approx Violet Blue. HEX triplet: 9D, 67 and 9F. RGB value is (157,103,159). Sum of RGB (Red+Green+Blue) = 157+103+159=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D679F is #629860. Grayscale: #7D7D7D. Windows color (decimal): -6461537 or 10446749. OLE color: 10446749.

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

Color convert

RGB157103159-
CMYK0.010.3500.38
HSL297.86º22.58%51.37%-
HSV(B)297.86º35.22%62.35%-
XYZ25.0119.3735.22-
YUV125.53146.89150.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=37.47%
G=24.58%
B=37.95%

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
Decimal1571031590.010.3500.38297.8622.5851.37
Hex9D679F12302612a1733
Octal2351472371430464522763
Binary100111011100111100111111100011010011010010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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