#964890

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

Shades of Violet Blue #964890

Tints of Violet Blue #964890

Color information

#964890 (or 0x964890) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 90. RGB value is (150,72,144). Sum of RGB (Red+Green+Blue) = 150+72+144=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964890 is #69B76F. Grayscale: #676767. Windows color (decimal): -6928240 or 9455766. OLE color: 9455766.

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

Color convert

RGB15072144-
CMYK00.520.040.41
HSL304.62º35.14%43.53%-
HSV(B)304.62º52%58.82%-
XYZ19.9313.1327.87-
YUV103.53150.84161.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=40.98%
G=19.67%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507214400.520.040.41304.6235.1443.53
Hex964890034429131232c
Octal2261102200644514614354
Binary100101101001000100100000110100100101001100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964890; }

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

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

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

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

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

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

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

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