#9A759B

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

Shades of Violet Blue #9A759B

Tints of Violet Blue #9A759B

Color information

#9A759B (or 0x9A759B) is unknown color: approx Violet Blue. HEX triplet: 9A, 75 and 9B. RGB value is (154,117,155). Sum of RGB (Red+Green+Blue) = 154+117+155=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A759B is #658A64. Grayscale: #848484. Windows color (decimal): -6654565 or 10188186. OLE color: 10188186.

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

Color convert

RGB154117155-
CMYK0.010.2500.39
HSL298.42º15.97%53.33%-
HSV(B)298.42º24.52%60.78%-
XYZ25.621.9633.9-
YUV132.39140.76143.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=36.15%
G=27.46%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541171550.010.2500.39298.4215.9753.33
Hex9A759B11902712a1035
Octal2321652331310474522065
Binary10011010111010110011011111001010011110010101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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