#964F8A

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

Shades of Violet Blue #964F8A

Tints of Violet Blue #964F8A

Color information

#964F8A (or 0x964F8A) is unknown color: approx Violet Blue. HEX triplet: 96, 4F and 8A. RGB value is (150,79,138). Sum of RGB (Red+Green+Blue) = 150+79+138=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F8A is #69B075. Grayscale: #6A6A6A. Windows color (decimal): -6926454 or 9064342. OLE color: 9064342.

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

Color convert

RGB15079138-
CMYK00.470.080.41
HSL310.14º31%44.9%-
HSV(B)310.14º47.33%58.82%-
XYZ19.9613.9125.68-
YUV106.96145.52158.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=40.87%
G=21.53%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507913800.470.080.41310.143144.9
Hex964F8A02F8291361f2d
Octal22611721205710514663755
Binary100101101001111100010100101111100010100110011011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,79,138); }

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

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

 a { background-color: rgb(150,79,138); }

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

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

 span { border-color: rgb(150,79,138); }

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