#9D689C

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

Shades of Violet Blue #9D689C

Tints of Violet Blue #9D689C

Color information

#9D689C (or 0x9D689C) is unknown color: approx Violet Blue. HEX triplet: 9D, 68 and 9C. RGB value is (157,104,156). Sum of RGB (Red+Green+Blue) = 157+104+156=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D689C is #629763. Grayscale: #7D7D7D. Windows color (decimal): -6461284 or 10250397. OLE color: 10250397.

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

Color convert

RGB157104156-
CMYK00.340.010.38
HSL301.13º21.29%51.18%-
HSV(B)301.13º33.76%61.57%-
XYZ24.8619.4733.9-
YUV125.77145.06150.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=37.65%
G=24.94%
B=37.41%

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
Decimal15710415600.340.010.38301.1321.2951.18
Hex9D689C02212612d1533
Octal2351502340421464552563
Binary100111011101000100111000100010110011010010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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