#96679A

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

Shades of Violet Blue #96679A

Tints of Violet Blue #96679A

Color information

#96679A (or 0x96679A) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 9A. RGB value is (150,103,154). Sum of RGB (Red+Green+Blue) = 150+103+154=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #96679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679A is #699865. Grayscale: #7A7A7A. Windows color (decimal): -6920294 or 10119062. OLE color: 10119062.

HSL color Cylindrical-coordinate representation of color #96679A: hue angle of 295.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96679A is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150103154-
CMYK0.030.3300.40
HSL295.29º20.16%50.39%-
HSV(B)295.29º33.12%60.39%-
XYZ23.2618.5232.92-
YUV122.87145.57147.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=36.86%
G=25.31%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501031540.030.3300.40295.2920.1650.39
Hex96679A3210281271432
Octal2261472323410504472462
Binary1001011011001111001101011100001010100010010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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