#9C769B

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

Shades of Violet Blue #9C769B

Tints of Violet Blue #9C769B

Color information

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

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

Color convert

RGB156118155-
CMYK00.240.010.39
HSL301.58º16.1%53.73%-
HSV(B)301.58º24.36%61.18%-
XYZ26.1122.3933.96-
YUV133.58140.09143.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611815500.240.010.39301.5816.153.73
Hex9C769B01812712e1036
Octal2341662330301474562066
Binary10011100111011010011011011000110011110010111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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