#9C689F

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

Shades of Violet Blue #9C689F

Tints of Violet Blue #9C689F

Color information

#9C689F (or 0x9C689F) is unknown color: approx Violet Blue. HEX triplet: 9C, 68 and 9F. RGB value is (156,104,159). Sum of RGB (Red+Green+Blue) = 156+104+159=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 104 (41.02% from 255 or 24.82% 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 #9C689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C689F is #639760. Grayscale: #7D7D7D. Windows color (decimal): -6526817 or 10447004. OLE color: 10447004.

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

Color convert

RGB156104159-
CMYK0.020.3500.38
HSL296.73º22.27%51.57%-
HSV(B)296.73º34.59%62.35%-
XYZ24.9219.4735.25-
YUV125.82146.73149.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=37.23%
G=24.82%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561041590.020.3500.38296.7322.2751.57
Hex9C689F2230261291634
Octal2341502372430464512664
Binary1001110011010001001111110100011010011010010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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