#9D689E

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

Shades of Violet Blue #9D689E

Tints of Violet Blue #9D689E

Color information

#9D689E (or 0x9D689E) is unknown color: approx Violet Blue. HEX triplet: 9D, 68 and 9E. RGB value is (157,104,158). Sum of RGB (Red+Green+Blue) = 157+104+158=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D689E is #629761. Grayscale: #7D7D7D. Windows color (decimal): -6461282 or 10381469. OLE color: 10381469.

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

Color convert

RGB157104158-
CMYK0.010.3400.38
HSL298.89º21.77%51.37%-
HSV(B)298.89º34.18%61.96%-
XYZ25.0319.5434.8-
YUV126146.06150.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=37.47%
G=24.82%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571041580.010.3400.38298.8921.7751.37
Hex9D689E12202612b1633
Octal2351502361420464532663
Binary100111011101000100111101100010010011010010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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