#9B769C

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

Shades of Violet Blue #9B769C

Tints of Violet Blue #9B769C

Color information

#9B769C (or 0x9B769C) is unknown color: approx Violet Blue. HEX triplet: 9B, 76 and 9C. RGB value is (155,118,156). Sum of RGB (Red+Green+Blue) = 155+118+156=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B769C is #648963. Grayscale: #858585. Windows color (decimal): -6588772 or 10253979. OLE color: 10253979.

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

Color convert

RGB155118156-
CMYK0.010.2400.39
HSL298.42º16.1%53.73%-
HSV(B)298.42º24.36%61.18%-
XYZ2622.3334.39-
YUV133.39140.76143.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=36.13%
G=27.51%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551181560.010.2400.39298.4216.153.73
Hex9B769C11802712a1036
Octal2331662341300474522066
Binary10011011111011010011100111000010011110010101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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