#964DA5

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

Shades of Violet Blue #964DA5

Tints of Violet Blue #964DA5

Color information

#964DA5 (or 0x964DA5) is unknown color: approx Violet Blue. HEX triplet: 96, 4D and A5. RGB value is (150,77,165). Sum of RGB (Red+Green+Blue) = 150+77+165=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #964DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DA5 is #69B25A. Grayscale: #6C6C6C. Windows color (decimal): -6926939 or 10833302. OLE color: 10833302.

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

Color convert

RGB15077165-
CMYK0.090.5300.35
HSL289.77º36.36%47.45%-
HSV(B)289.77º53.33%64.71%-
XYZ22.0214.5137.24-
YUV108.86159.68157.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=38.27%
G=19.64%
B=42.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150771650.090.5300.35289.7736.3647.45
Hex964DA5935023122242f
Octal22611524511650434424457
Binary1001011010011011010010110011101010100011100100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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