#9A739A

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

Shades of Violet Blue #9A739A

Tints of Violet Blue #9A739A

Color information

#9A739A (or 0x9A739A) is unknown color: approx Violet Blue. HEX triplet: 9A, 73 and 9A. RGB value is (154,115,154). Sum of RGB (Red+Green+Blue) = 154+115+154=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A739A is #658C65. Grayscale: #828282. Windows color (decimal): -6655078 or 10122138. OLE color: 10122138.

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

Color convert

RGB154115154-
CMYK00.2500.40
HSL300º16.18%52.75%-
HSV(B)300º25.32%60.39%-
XYZ25.2921.4633.38-
YUV131.11140.92144.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=36.41%
G=27.19%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411515400.2500.4030016.1852.75
Hex9A739A01902812c1035
Octal2321632320310504542065
Binary10011010111001110011010011001010100010010110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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