#9759A4

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

Shades of Violet Blue #9759A4

Tints of Violet Blue #9759A4

Color information

#9759A4 (or 0x9759A4) is unknown color: approx Violet Blue. HEX triplet: 97, 59 and A4. RGB value is (151,89,164). Sum of RGB (Red+Green+Blue) = 151+89+164=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #9759A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9759A4 is #68A65B. Grayscale: #737373. Windows color (decimal): -6858332 or 10770839. OLE color: 10770839.

HSL color Cylindrical-coordinate representation of color #9759A4: hue angle of 289.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9759A4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15189164-
CMYK0.080.4600.36
HSL289.6º29.64%49.61%-
HSV(B)289.6º45.73%64.31%-
XYZ23.0416.437.07-
YUV116.09155.04152.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=37.38%
G=22.03%
B=40.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151891640.080.4600.36289.629.6449.61
Hex9759A482E0241221e32
Octal22713124410560444423662
Binary100101111011001101001001000101110010010010010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9759A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9759A4; }

 p { color: rgb(151,89,164); }

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

<style>
 a { background-color: #9759A4; }

 a { background-color: rgb(151,89,164); }

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

<style>
 span { border-color: #9759A4; }

 span { border-color: rgb(151,89,164); }

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