#96669A

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

Shades of Violet Blue #96669A

Tints of Violet Blue #96669A

Color information

#96669A (or 0x96669A) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 9A. RGB value is (150,102,154). Sum of RGB (Red+Green+Blue) = 150+102+154=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #96669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669A is #699965. Grayscale: #7A7A7A. Windows color (decimal): -6920550 or 10118806. OLE color: 10118806.

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

Color convert

RGB150102154-
CMYK0.030.3400.40
HSL295.38º20.47%50.2%-
HSV(B)295.38º33.77%60.39%-
XYZ23.1618.3232.89-
YUV122.28145.9147.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=36.95%
G=25.12%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501021540.030.3400.40295.3820.4750.2
Hex96669A3220281271432
Octal2261462323420504472462
Binary1001011011001101001101011100010010100010010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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