#964E91

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

Shades of Violet Blue #964E91

Tints of Violet Blue #964E91

Color information

#964E91 (or 0x964E91) is unknown color: approx Violet Blue. HEX triplet: 96, 4E and 91. RGB value is (150,78,145). Sum of RGB (Red+Green+Blue) = 150+78+145=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #964E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E91 is #69B16E. Grayscale: #6A6A6A. Windows color (decimal): -6926703 or 9522838. OLE color: 9522838.

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

Color convert

RGB15078145-
CMYK00.480.030.41
HSL304.17º31.58%44.71%-
HSV(B)304.17º48%58.82%-
XYZ20.4113.9828.41-
YUV107.17149.35158.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=40.21%
G=20.91%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507814500.480.030.41304.1731.5844.71
Hex964E91030329130202d
Octal2261162210603514604055
Binary10010110100111010010001011000011101001100110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,78,145); }

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

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

 a { background-color: rgb(150,78,145); }

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

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

 span { border-color: rgb(150,78,145); }

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