#964D90

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

Shades of Violet Blue #964D90

Tints of Violet Blue #964D90

Color information

#964D90 (or 0x964D90) is unknown color: approx Violet Blue. HEX triplet: 96, 4D and 90. RGB value is (150,77,144). Sum of RGB (Red+Green+Blue) = 150+77+144=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #964D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D90 is #69B26F. Grayscale: #6A6A6A. Windows color (decimal): -6926960 or 9457046. OLE color: 9457046.

HSL color Cylindrical-coordinate representation of color #964D90: hue angle of 304.93º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D90 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15077144-
CMYK00.490.040.41
HSL304.93º32.16%44.51%-
HSV(B)304.93º48.67%58.82%-
XYZ20.2713.8127.98-
YUV106.46149.18159.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=40.43%
G=20.75%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507714400.490.040.41304.9332.1644.51
Hex964D90031429131202d
Octal2261152200614514614055
Binary100101101001101100100000110001100101001100110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D90; }

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

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

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

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

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

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

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

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