#9A769B

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

Shades of Violet Blue #9A769B

Tints of Violet Blue #9A769B

Color information

#9A769B (or 0x9A769B) is unknown color: approx Violet Blue. HEX triplet: 9A, 76 and 9B. RGB value is (154,118,155). Sum of RGB (Red+Green+Blue) = 154+118+155=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A769B is #658964. Grayscale: #848484. Windows color (decimal): -6654309 or 10188442. OLE color: 10188442.

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

Color convert

RGB154118155-
CMYK0.010.2400.39
HSL298.38º15.61%53.53%-
HSV(B)298.38º23.87%60.78%-
XYZ25.7222.1933.94-
YUV132.98140.43142.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=36.07%
G=27.63%
B=36.30%

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
Decimal1541181550.010.2400.39298.3815.6153.53
Hex9A769B11802712a1036
Octal2321662331300474522066
Binary10011010111011010011011111000010011110010101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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