#9A799A

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

Shades of Violet Blue #9A799A

Tints of Violet Blue #9A799A

Color information

#9A799A (or 0x9A799A) is unknown color: approx Violet Blue. HEX triplet: 9A, 79 and 9A. RGB value is (154,121,154). Sum of RGB (Red+Green+Blue) = 154+121+154=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A799A is #658665. Grayscale: #868686. Windows color (decimal): -6653542 or 10123674. OLE color: 10123674.

HSL color Cylindrical-coordinate representation of color #9A799A: hue angle of 300º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A799A is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB154121154-
CMYK00.2100.40
HSL300º14.04%53.92%-
HSV(B)300º21.43%60.39%-
XYZ2622.8833.62-
YUV134.63138.93141.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=35.90%
G=28.21%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412115400.2100.4030014.0453.92
Hex9A799A01502812ce36
Octal2321712320250504541666
Binary1001101011110011001101001010101010001001011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,121,154); }

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

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

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

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

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

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

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