#964E8B

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

Shades of Violet Blue #964E8B

Tints of Violet Blue #964E8B

Color information

#964E8B (or 0x964E8B) is unknown color: approx Violet Blue. HEX triplet: 96, 4E and 8B. RGB value is (150,78,139). Sum of RGB (Red+Green+Blue) = 150+78+139=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E8B is #69B174. Grayscale: #6A6A6A. Windows color (decimal): -6926709 or 9129622. OLE color: 9129622.

HSL color Cylindrical-coordinate representation of color #964E8B: hue angle of 309.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 #964E8B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15078139-
CMYK00.480.070.41
HSL309.17º31.58%44.71%-
HSV(B)309.17º48%58.82%-
XYZ19.9613.826.04-
YUV106.48146.35159.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=40.87%
G=21.25%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507813900.480.070.41309.1731.5844.71
Hex964E8B030729135202d
Octal2261162130607514654055
Binary100101101001110100010110110000111101001100110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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