#964CA3

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

Shades of Violet Blue #964CA3

Tints of Violet Blue #964CA3

Color information

#964CA3 (or 0x964CA3) is unknown color: approx Violet Blue. HEX triplet: 96, 4C and A3. RGB value is (150,76,163). Sum of RGB (Red+Green+Blue) = 150+76+163=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #964CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964CA3 is #69B35C. Grayscale: #6B6B6B. Windows color (decimal): -6927197 or 10701974. OLE color: 10701974.

HSL color Cylindrical-coordinate representation of color #964CA3: hue angle of 291.03º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964CA3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15076163-
CMYK0.080.5300.36
HSL291.03º36.4%46.86%-
HSV(B)291.03º53.37%63.92%-
XYZ21.7714.336.26-
YUV108.04159.02157.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=38.56%
G=19.54%
B=41.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150761630.080.5300.36291.0336.446.86
Hex964CA3835024123242f
Octal22611424310650444434457
Binary1001011010011001010001110001101010100100100100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,163); }

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

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

 a { background-color: rgb(150,76,163); }

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

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

 span { border-color: rgb(150,76,163); }

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