#9A739D

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

Shades of Violet Blue #9A739D

Tints of Violet Blue #9A739D

Color information

#9A739D (or 0x9A739D) is unknown color: approx Violet Blue. HEX triplet: 9A, 73 and 9D. RGB value is (154,115,157). Sum of RGB (Red+Green+Blue) = 154+115+157=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A739D is #658C62. Grayscale: #838383. Windows color (decimal): -6655075 or 10318746. OLE color: 10318746.

HSL color Cylindrical-coordinate representation of color #9A739D: hue angle of 295.71º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A739D is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154115157-
CMYK0.020.2700.38
HSL295.71º17.65%53.33%-
HSV(B)295.71º26.75%61.57%-
XYZ25.5421.5734.71-
YUV131.45142.42144.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=36.15%
G=27.00%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541151570.020.2700.38295.7117.6553.33
Hex9A739D21B0261281235
Octal2321632352330464502265
Binary100110101110011100111011011011010011010010100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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