#96689E

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

Shades of Violet Blue #96689E

Tints of Violet Blue #96689E

Color information

#96689E (or 0x96689E) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 9E. RGB value is (150,104,158). Sum of RGB (Red+Green+Blue) = 150+104+158=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #96689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96689E is #699761. Grayscale: #7B7B7B. Windows color (decimal): -6920034 or 10381462. OLE color: 10381462.

HSL color Cylindrical-coordinate representation of color #96689E: hue angle of 291.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96689E is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150104158-
CMYK0.050.3400.38
HSL291.11º21.77%51.37%-
HSV(B)291.11º34.18%61.96%-
XYZ23.718.8534.74-
YUV123.91147.24146.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=36.41%
G=25.24%
B=38.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501041580.050.3400.38291.1121.7751.37
Hex96689E5220261231633
Octal2261502365420464432663
Binary10010110110100010011110101100010010011010010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96689E; }

 p { color: rgb(150,104,158); }

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

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

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

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

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

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

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