#964790

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

Shades of Violet Blue #964790

Tints of Violet Blue #964790

Color information

#964790 (or 0x964790) is unknown color: approx Violet Blue. HEX triplet: 96, 47 and 90. RGB value is (150,71,144). Sum of RGB (Red+Green+Blue) = 150+71+144=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964790 is #69B86F. Grayscale: #666666. Windows color (decimal): -6928496 or 9455510. OLE color: 9455510.

HSL color Cylindrical-coordinate representation of color #964790: hue angle of 304.56º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964790 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15071144-
CMYK00.530.040.41
HSL304.56º35.75%43.33%-
HSV(B)304.56º52.67%58.82%-
XYZ19.861327.85-
YUV102.94151.17161.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=41.10%
G=19.45%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507114400.530.040.41304.5635.7543.33
Hex964790035429131242b
Octal2261072200654514614453
Binary100101101000111100100000110101100101001100110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964790; }

 p { color: rgb(150,71,144); }

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

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

 a { background-color: rgb(150,71,144); }

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

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

 span { border-color: rgb(150,71,144); }

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