#964E9B

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

Shades of Violet Blue #964E9B

Tints of Violet Blue #964E9B

Color information

#964E9B (or 0x964E9B) is unknown color: approx Violet Blue. HEX triplet: 96, 4E and 9B. RGB value is (150,78,155). Sum of RGB (Red+Green+Blue) = 150+78+155=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #964E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9B is #69B164. Grayscale: #6C6C6C. Windows color (decimal): -6926693 or 10178198. OLE color: 10178198.

HSL color Cylindrical-coordinate representation of color #964E9B: hue angle of 296.1º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964E9B is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15078155-
CMYK0.030.5000.39
HSL296.1º33.05%45.69%-
HSV(B)296.1º49.68%60.78%-
XYZ21.2214.332.65-
YUV108.31154.35157.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=39.16%
G=20.37%
B=40.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150781550.030.5000.39296.133.0545.69
Hex964E9B332027128212e
Octal2261162333620474504156
Binary10010110100111010011011111100100100111100101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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