#96669C

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

Shades of Violet Blue #96669C

Tints of Violet Blue #96669C

Color information

#96669C (or 0x96669C) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 9C. RGB value is (150,102,156). Sum of RGB (Red+Green+Blue) = 150+102+156=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #96669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669C is #699963. Grayscale: #7A7A7A. Windows color (decimal): -6920548 or 10249878. OLE color: 10249878.

HSL color Cylindrical-coordinate representation of color #96669C: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96669C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150102156-
CMYK0.040.3500.39
HSL293.33º21.43%50.59%-
HSV(B)293.33º34.62%61.18%-
XYZ23.3318.3933.77-
YUV122.51146.9147.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=36.76%
G=25%
B=38.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501021560.040.3500.39293.3321.4350.59
Hex96669C4230271251533
Octal2261462344430474452563
Binary10010110110011010011100100100011010011110010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96669C; }

 p { color: rgb(150,102,156); }

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

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

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

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

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

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

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