#9B689C

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

Shades of Violet Blue #9B689C

Tints of Violet Blue #9B689C

Color information

#9B689C (or 0x9B689C) is unknown color: approx Violet Blue. HEX triplet: 9B, 68 and 9C. RGB value is (155,104,156). Sum of RGB (Red+Green+Blue) = 155+104+156=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B689C is #649763. Grayscale: #7D7D7D. Windows color (decimal): -6592356 or 10250395. OLE color: 10250395.

HSL color Cylindrical-coordinate representation of color #9B689C: hue angle of 298.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B689C is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB155104156-
CMYK0.010.3300.39
HSL298.85º20.8%50.98%-
HSV(B)298.85º33.33%61.18%-
XYZ24.4719.2733.88-
YUV125.18145.4149.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=37.35%
G=25.06%
B=37.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551041560.010.3300.39298.8520.850.98
Hex9B689C12102712b1533
Octal2331502341410474532563
Binary100110111101000100111001100001010011110010101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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