#96679E

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

Shades of Violet Blue #96679E

Tints of Violet Blue #96679E

Color information

#96679E (or 0x96679E) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 9E. RGB value is (150,103,158). Sum of RGB (Red+Green+Blue) = 150+103+158=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #96679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679E is #699861. Grayscale: #7B7B7B. Windows color (decimal): -6920290 or 10381206. OLE color: 10381206.

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

Color convert

RGB150103158-
CMYK0.050.3500.38
HSL291.27º22.09%51.18%-
HSV(B)291.27º34.81%61.96%-
XYZ23.618.6534.7-
YUV123.32147.57147.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=36.50%
G=25.06%
B=38.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501031580.050.3500.38291.2722.0951.18
Hex96679E5230261231633
Octal2261472365430464432663
Binary10010110110011110011110101100011010011010010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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