#9D679C

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

Shades of Violet Blue #9D679C

Tints of Violet Blue #9D679C

Color information

#9D679C (or 0x9D679C) is unknown color: approx Violet Blue. HEX triplet: 9D, 67 and 9C. RGB value is (157,103,156). Sum of RGB (Red+Green+Blue) = 157+103+156=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D679C is #629863. Grayscale: #7D7D7D. Windows color (decimal): -6461540 or 10250141. OLE color: 10250141.

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

Color convert

RGB157103156-
CMYK00.340.010.38
HSL301.11º21.6%50.98%-
HSV(B)301.11º34.39%61.57%-
XYZ24.7619.2733.87-
YUV125.19145.39150.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=37.74%
G=24.76%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710315600.340.010.38301.1121.650.98
Hex9D679C02212612d1633
Octal2351472340421464552663
Binary100111011100111100111000100010110011010010110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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