#9D689A

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

Shades of Violet Blue #9D689A

Tints of Violet Blue #9D689A

Color information

#9D689A (or 0x9D689A) is unknown color: approx Violet Blue. HEX triplet: 9D, 68 and 9A. RGB value is (157,104,154). Sum of RGB (Red+Green+Blue) = 157+104+154=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D689A is #629765. Grayscale: #7D7D7D. Windows color (decimal): -6461286 or 10119325. OLE color: 10119325.

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

Color convert

RGB157104154-
CMYK00.340.020.38
HSL303.4º21.29%51.18%-
HSV(B)303.4º33.76%61.57%-
XYZ24.6919.433.02-
YUV125.55144.06150.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=37.83%
G=25.06%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710415400.340.020.38303.421.2951.18
Hex9D689A02222612f1533
Octal2351502320422464572563
Binary1001110111010001001101001000101010011010010111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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