#96679C

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

Shades of Violet Blue #96679C

Tints of Violet Blue #96679C

Color information

#96679C (or 0x96679C) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 9C. RGB value is (150,103,156). Sum of RGB (Red+Green+Blue) = 150+103+156=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #96679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679C is #699863. Grayscale: #7A7A7A. Windows color (decimal): -6920292 or 10250134. OLE color: 10250134.

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

Color convert

RGB150103156-
CMYK0.040.3400.39
HSL293.21º21.12%50.78%-
HSV(B)293.21º33.97%61.18%-
XYZ23.4318.5833.8-
YUV123.1146.57147.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=36.67%
G=25.18%
B=38.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501031560.040.3400.39293.2121.1250.78
Hex96679C4220271251533
Octal2261472344420474452563
Binary10010110110011110011100100100010010011110010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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