#964696

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

Shades of Violet Blue #964696

Tints of Violet Blue #964696

Color information

#964696 (or 0x964696) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 96. RGB value is (150,70,150). Sum of RGB (Red+Green+Blue) = 150+70+150=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #964696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964696 is #69B969. Grayscale: #666666. Windows color (decimal): -6928746 or 9848470. OLE color: 9848470.

HSL color Cylindrical-coordinate representation of color #964696: hue angle of 300º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964696 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15070150-
CMYK00.5300.41
HSL300º36.36%43.14%-
HSV(B)300º53.33%58.82%-
XYZ20.2713.0730.31-
YUV103.04154.5161.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=40.54%
G=18.92%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507015000.5300.4130036.3643.14
Hex96469603502912c242b
Octal2261062260650514544453
Binary1001011010001101001011001101010101001100101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964696; }

 p { color: rgb(150,70,150); }

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

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

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

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

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

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

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